Skip to content

Commit

Permalink
Merge pull request #112 from sfinkens/drop-python-3.8
Browse files Browse the repository at this point in the history
Drop Python-3.8 support
  • Loading branch information
sfinkens authored Nov 17, 2023
2 parents bfadd47 + 2dd4d7c commit 524d2b5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.8", "3.9", "3.10"]
python-version: ["3.9", "3.10", "3.11"]
experimental: [false]

env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/end-to-end.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
fail-fast: true
matrix:
os: ["ubuntu-latest"]
python-version: ["3.8"]
python-version: ["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.8",
python_requires=">=3.9",
)

0 comments on commit 524d2b5

Please sign in to comment.