Skip to content

Commit

Permalink
adds support for python 3.11 and 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Trybnetic committed Aug 26, 2024
1 parent c874cae commit 6fbae6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
#windows-latest,
macOS-latest
]
python-version: ['3.9', '3.10']
python-version: ['3.9', '3.10', '3.11', '3.12']
poetry-version: [1.7.1]
fail-fast: false
runs-on: ${{ matrix.os }}
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ classifiers = [
]

[tool.poetry.dependencies]
python = ">=3.9,<3.11" # Compatible python versions must be declared here
python = ">=3.9,<3.12" # Compatible python versions must be declared here
pandas = "^1.5.3"
psutil = "^5.8.0"
glob2 = "^0.7"
Expand Down

0 comments on commit 6fbae6f

Please sign in to comment.