Skip to content

Commit

Permalink
MNT: 3.10+
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies committed Aug 28, 2023
1 parent 0958d89 commit 506df71
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.9, "3.10", "3.11"]
python-version: ["3.10", "3.11"]
install: [repo]
include:
- python-version: "3.11"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ classifiers = [
"Programming Language :: Python :: 3.10",
]
license = {file = "LICENSE"}
requires-python = ">=3.9"
requires-python = ">=3.10"
dependencies = [
"importlib_resources >= 1.3; python_version < '3.9'",
"indexed_gzip >= 0.8.8",
Expand Down

0 comments on commit 506df71

Please sign in to comment.