Skip to content

Commit

Permalink
Drop python 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
dachengx committed Jan 25, 2025
1 parent 7dd87bf commit 88af1fb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
fail-fast: false
matrix:
os: [ "ubuntu-latest" ]
python-version: [ "3.9", "3.10" ]
python-version: [ "3.10", "3.11" ]
test: [ 'coveralls' ]

steps:
Expand Down
4 changes: 2 additions & 2 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ sphinx:
build:
os: ubuntu-22.04
apt_packages:
- graphviz
- graphviz
tools:
python: "3.10"
python: "3.11"

python:
install:
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ classifiers = [
"Development Status :: 3 - Alpha",
"Natural Language :: English",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Intended Audience :: Science/Research",
"Programming Language :: Python :: Implementation :: CPython",
"Topic :: Scientific/Engineering :: Physics",
Expand All @@ -25,7 +25,7 @@ packages = [
]

[tool.poetry.dependencies]
python = ">=3.9,<4.0"
python = ">=3.10,<4.0"
numpy = "*"
pandas = "*"
scipy = "*"
Expand Down

0 comments on commit 88af1fb

Please sign in to comment.