From 7bc3846eb02f17c804c2ddcf6be8be08cfafffaf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edgar=20Ram=C3=ADrez=20Mondrag=C3=B3n?= Date: Tue, 14 Nov 2023 16:49:23 -0600 Subject: [PATCH] Test on Python 3.12 --- .github/workflows/tests.yml | 3 ++- setup.py | 1 + tox.ini | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 7f5ddf8..3d2c23d 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -16,7 +16,8 @@ jobs: python: - 3.7 # oldest Python supported by PSF - "3.10" - - "3.11" # newest Python that is stable + - "3.11" + - "3.12" # newest Python that is stable platform: - ubuntu-latest - macos-latest diff --git a/setup.py b/setup.py index e7288a5..4592a9a 100644 --- a/setup.py +++ b/setup.py @@ -52,6 +52,7 @@ "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", "Programming Language :: Python :: Implementation :: CPython", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", diff --git a/tox.ini b/tox.ini index 4724686..03a93f9 100644 --- a/tox.ini +++ b/tox.ini @@ -4,7 +4,7 @@ # and then run "tox" from this directory. [tox] -envlist = py{34,35,36,37,38,39,310,311},lint +envlist = py{34,35,36,37,38,39,310,311,312},lint [testenv] deps =