Skip to content

Commit

Permalink
Bump python version (#168)
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-mills-cqc authored Jan 30, 2025
1 parent 6faf79b commit 4718f5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

strategy:
matrix:
python-version: ["3.10", "3.11"]
python-version: ["3.11", "3.12", "3.13"]
os: [ubuntu-latest, macos-latest]

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 @@ -6,7 +6,7 @@ authors = ["Your Name <you@example.com>"]
readme = "README.md"

[tool.poetry.dependencies]
python = "<3.12,>=3.10"
python = "<3.14,>=3.11"
notebook = "^6.5.7"
pytket-quantinuum = "^0.43.0"
pytket_pecos = "^0.1.32"
Expand Down

0 comments on commit 4718f5e

Please sign in to comment.