diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index e8c425e..debf15b 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -42,6 +42,7 @@ jobs: - "3.10" - "3.11" - "3.12" + - "3.13" os: - ubuntu-20.04 - windows-latest @@ -56,6 +57,7 @@ jobs: uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }} + allow-prereleases: true - uses: snok/install-poetry@v1.3.4 - name: Install Dependencies run: poetry install diff --git a/pyproject.toml b/pyproject.toml index 2d821f8..c3b3090 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,6 +18,7 @@ classifiers = [ "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", + "Programming Language :: Python :: 3.13", "License :: OSI Approved :: Python Software Foundation License" ] packages = [