Skip to content

Commit

Permalink
Upgrade python requirement to 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
timwoj committed Dec 3, 2024
1 parent d8851d0 commit 46e772f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"]
python-version: ["3.9", "3.10", "3.11"]

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencies = [
"argparse>=1.4.0",
]
readme = "README.md"
requires-python = ">= 3.8"
requires-python = ">= 3.9"
license = {text = "3-clause BSD License"}

classifiers = [
Expand Down

0 comments on commit 46e772f

Please sign in to comment.