Skip to content

Commit

Permalink
Merge pull request #118 from sfinkens/drop-python-3.9
Browse files Browse the repository at this point in the history
Drop Python-3.9 support
  • Loading branch information
sfinkens authored Nov 28, 2023
2 parents 0670c63 + d2577b3 commit 0c43b2a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
fail-fast: true
matrix:
os: ["ubuntu-latest"]
python-version: ["3.9", "3.10", "3.11"]
python-version: ["3.10", "3.11", "3.12"]
experimental: [false]

env:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,5 +77,5 @@
scripts=[os.path.join("bin", item) for item in os.listdir("bin")],
install_requires=requires,
extras_require=extras_require,
python_requires=">=3.9",
python_requires=">=3.10",
)

0 comments on commit 0c43b2a

Please sign in to comment.