Skip to content

Commit b47029a

Browse files
committed
build: support python 3.13
1 parent 7dea2e3 commit b47029a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
runs-on: ${{ matrix.platform }}
3737
strategy:
3838
matrix:
39-
python-version: ["3.9", "3.10", "3.11", "3.12"]
39+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
4040
platform: [ubuntu-latest, windows-latest, macos-latest]
4141

4242
steps:

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ license = "MIT"
1818
moe = 'moe.cli:main'
1919

2020
[tool.poetry.dependencies]
21-
python = ">=3.9, <3.13"
21+
python = ">=3.9, <3.14"
2222
alembic = "^1.4.2"
2323
dynaconf = "^3.1.4"
24-
mediafile = "^0.11.0"
24+
mediafile = "^0.13.0"
2525
musicbrainzngs = "^0.7.1"
2626
pluggy = "^1.3.0"
2727
rich = "^13.0.0"

0 commit comments

Comments
 (0)