diff --git a/.github/workflows/code.yml b/.github/workflows/code.yml index 253d7e4..57c63f1 100644 --- a/.github/workflows/code.yml +++ b/.github/workflows/code.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [ '3.7', '3.8', '3.9', '3.10', '3.11' ] + python-version: [ '3.7', '3.8', '3.9', '3.10', '3.11', '3.12', '3.13' ] steps: - uses: actions/checkout@v2 - name: Set up Python ${{ matrix.python-version }} diff --git a/setup.py b/setup.py index 9dd1352..fb8a03a 100644 --- a/setup.py +++ b/setup.py @@ -20,6 +20,8 @@ "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", + "Programming Language :: Python :: 3.13", "Operating System :: POSIX", "Topic :: Software Development", "Topic :: Software Development :: Libraries",