Skip to content

Commit

Permalink
3.11 only
Browse files Browse the repository at this point in the history
  • Loading branch information
lsbardel committed May 20, 2023
1 parent dd2a0e9 commit 5751c18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
PYPI_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
strategy:
matrix:
python-version: ["3.10", "3.11"]
python-version: ["3.11"]

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors = ["Luca <[email protected]>"]
license = "BSD-3-Clause"

[tool.poetry.dependencies]
python = ">=3.10,<3.12"
python = ">=3.11,<3.12"
numpy = "^1.22.3"
scipy = "^1.10.1"
pandas = "^2.0.1"
Expand Down

0 comments on commit 5751c18

Please sign in to comment.