diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index eb12dec..0de0d41 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: diff --git a/pyproject.toml b/pyproject.toml index 1a962ac..ad3defe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"