Skip to content

Commit 58771d0

Browse files
committed
ops: update to Python 3.13
3.14 blocked by h2020charisma/ramanchada2#229
1 parent 5ba175a commit 58771d0

4 files changed

Lines changed: 17 additions & 13 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535
- '3.10'
3636
- '3.11'
3737
- '3.12'
38+
- '3.13'
3839

3940
steps:
4041

.python-version

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
1+
3.13
12
3.12
3+
3.11
4+
3.10

poetry.lock

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@ include = [
2020
]
2121

2222
[tool.poetry.dependencies]
23-
python = ">=3.10,<3.13"
23+
python = ">=3.10,<3.14"
2424
apscheduler = "^3.10.1"
2525
fastapi = "^0.112.1"
2626
h5grove = "^2.0.0"
2727
h5pyd = { git = "https://github.com/HDFGroup/h5pyd.git", rev = "8d1c87ea9b6d4b7691b75ef6e372bc0ece141a76" }
2828
httpx = "^0.27.0"
2929
numcompress = "^0.1.2"
3030
openpyxl = "^3.1.2"
31-
pyambit = "^0.0.1"
31+
pyambit = "^0.0.2"
3232
pydantic-settings = "^2.4.0"
3333
pynanomapper = "^2.0.1"
3434
python-multipart = "^0.0.6"

0 commit comments

Comments
 (0)