Skip to content

Commit

Permalink
updates python versions because of pygt3x
Browse files Browse the repository at this point in the history
  • Loading branch information
Trybnetic committed Feb 1, 2024
1 parent 1ae30bb commit 6a79111
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 @@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]
python-version: ['3.9', '3.10', '3.11']
python-version: ['3.9', '3.10']
poetry-version: [1.1.14]
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 @@ -22,7 +22,7 @@ classifiers = ['Development Status :: 4 - Beta',
'Intended Audience :: Science/Research']

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

0 comments on commit 6a79111

Please sign in to comment.