Skip to content

Commit

Permalink
Bump minimum Python version (#235)
Browse files Browse the repository at this point in the history
* Bump minimum Python version

* Update python.yml
  • Loading branch information
dfm authored Jun 22, 2024
1 parent 4a0c76a commit 9ca5cf4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: ["3.8", "3.9"]
python-version: ["3.9", "3.10", "3.11"]
os: [ubuntu-latest, windows-latest, macos-latest]
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
long_description=open("README.rst").read(),
package_data={"": ["README.rst", "LICENSE", "CITATION"]},
include_package_data=True,
python_requires=">=3.6",
python_requires=">=3.9",
cmdclass=dict(build_ext=build_ext),
classifiers=[
"Development Status :: 5 - Production/Stable",
Expand Down

0 comments on commit 9ca5cf4

Please sign in to comment.