Skip to content

Commit

Permalink
limited python to <3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
hechth committed Nov 4, 2024
1 parent 3725ed3 commit cd56a08
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
fail-fast: false
matrix:
os: ['ubuntu-latest', 'macos-latest', 'windows-latest']
python-version: ['3.10', '3.11', '3.12', '3.13']
python-version: ['3.10', '3.11', '3.12']
steps:
- uses: actions/checkout@v4
- name: Set up Python
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "MIT"
readme = "README.md"

[tool.poetry.dependencies]
python = "^3.10"
python = ">=3.10, <3.13"
numba = "^0.60.0"
numpy = "^2.0.0"
scipy = "^1.14.1"
Expand Down

0 comments on commit cd56a08

Please sign in to comment.