Skip to content

Commit

Permalink
updated python version requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelkamprath committed Dec 21, 2024
1 parent 34aa6e4 commit 9781bbe
Show file tree
Hide file tree
Showing 3 changed files with 82 additions and 80 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.9", "3.10", "3.11"]
python-version: ["3.11", "3.12", "3.13"]

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ build = "*"
pre-commit = '*'

[requires]
python_version = "3.9"
python_version = "3.11"
158 changes: 80 additions & 78 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9781bbe

Please sign in to comment.