Skip to content

Commit e7c9f4c

Browse files
Bump python version
1 parent 6faf79b commit e7c9f4c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/run_tests.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
strategy:
1616
matrix:
17-
python-version: ["3.10", "3.11"]
17+
python-version: ["3.11", "3.12", "3.13"]
1818
os: [ubuntu-latest, macos-latest]
1919

2020
runs-on: ${{ matrix.os }}

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ authors = ["Your Name <you@example.com>"]
66
readme = "README.md"
77

88
[tool.poetry.dependencies]
9-
python = "<3.12,>=3.10"
9+
python = "<3.14,>=3.11"
1010
notebook = "^6.5.7"
1111
pytket-quantinuum = "^0.43.0"
1212
pytket_pecos = "^0.1.32"

0 commit comments

Comments
 (0)