diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 448c7ec..c5641d5 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -28,6 +28,7 @@ jobs: - '3.12' - '3.13' - '3.14' + - '3.15' services: mongodb: diff --git a/setup.py b/setup.py index e167ff7..0d87aa6 100644 --- a/setup.py +++ b/setup.py @@ -29,6 +29,7 @@ 'Programming Language :: Python :: 3.12', 'Programming Language :: Python :: 3.13', 'Programming Language :: Python :: 3.14', + 'Programming Language :: Python :: 3.15', "Topic :: Software Development :: Libraries :: Python Modules", ], python_requires='>=3.9', diff --git a/tox.ini b/tox.ini index 020b134..2a57151 100644 --- a/tox.ini +++ b/tox.ini @@ -4,7 +4,7 @@ # and then run "tox" from this directory. [tox] -envlist = py{39,310,311,312,313,314} +envlist = py{39,310,311,312,313,314,315} [testenv] commands = pytest {posargs}