Skip to content

Commit

Permalink
set minimum python version to 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
tedivm committed Feb 10, 2024
1 parent 230790f commit b6f5f70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python_version: ["3.9", "3.10", "3.11", "3.12"]
python_version: ["3.10", "3.11", "3.12"]
steps:
- uses: actions/checkout@v4

Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ description = "A Simple High Performance Multiprocess Queue"
dynamic = ["version"]
license = {"file" = "LICENSE"}
name = "quasiqueue"
python = ">=3.10"
readme = {file = "README.md", content-type = "text/markdown"}

[project.optional-dependencies]
Expand Down

0 comments on commit b6f5f70

Please sign in to comment.