Skip to content

Commit

Permalink
build: support python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpavlock committed Mar 1, 2024
1 parent fdd14c1 commit 9d0bae5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
runs-on: ${{ matrix.platform }}
strategy:
matrix:
python-version: ["3.9", "3.10", "3.11"]
python-version: ["3.9", "3.10", "3.11", "3.12"]
platform: [ubuntu-latest, windows-latest, macos-latest]

steps:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ license = "MIT"
moe = 'moe.cli:main'

[tool.poetry.dependencies]
python = ">=3.9, <3.12"
python = ">=3.9, <3.13"
alembic = "^1.4.2"
dynaconf = "^3.1.4"
mediafile = "^0.11.0"
Expand Down

0 comments on commit 9d0bae5

Please sign in to comment.