Skip to content

Commit 081acf1

Browse files
committed
fix: fix infinite loops
1 parent 28e72a7 commit 081acf1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
fail-fast: false
5858
matrix:
5959
os: [ubuntu-latest, macos-latest, windows-latest]
60-
python-version: ['3.9', '3.10', '3.11', '3.12']
60+
python-version: ['3.10', '3.11', '3.12']
6161
defaults:
6262
run:
6363
shell: bash

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Changelog = "https://github.com/DiogoRibeiro7/ssspx/blob/main/CHANGELOG.md"
3030

3131

3232
[tool.poetry.dependencies]
33-
python = ">=3.9.2,<3.13"
33+
python = ">=3.10,<3.13"
3434
numpy = { version = "^2.0", optional = true }
3535

3636
[tool.poetry.extras]

0 commit comments

Comments
 (0)