Skip to content

Commit

Permalink
no 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikandreasseitz committed Nov 15, 2023
1 parent f1db88a commit aae91d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests-and-mypy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.8","3.9", "3.10", "3.11"]
python-version: ["3.9", "3.10", "3.11"]
steps:
- name: Checkout main code and submodules
uses: actions/checkout@v4
Expand Down
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ authors = [
{ name = "Gert-Jan Both" , email = "[email protected]" },
{ name = "Dominik Seitz", email = "[email protected]" },
]
requires-python = ">=3.8,<3.12"
requires-python = ">=3.9,<3.12"
license = {text = "Apache 2.0"}

version = "0.3.0"
Expand All @@ -18,7 +18,6 @@ classifiers=[
"License :: Other/Proprietary License",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
Expand Down

0 comments on commit aae91d3

Please sign in to comment.