diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8826b66..92bbdfa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ jobs: os: [macos-latest, ubuntu-latest, windows-latest] # lib-cove is a blocker for pypy-3.9. # https://github.com/OpenDataServices/lib-cove/pull/121 - python-version: [3.8, 3.9, '3.10', '3.11'] + python-version: [3.8, 3.9, '3.10', '3.11', '3.12'] exclude: # https://www.lfd.uci.edu/~gohlke/pythonlibs/ has no permalinks (for libxml2). - os: windows-latest diff --git a/setup.cfg b/setup.cfg index f716505..f14d238 100644 --- a/setup.cfg +++ b/setup.cfg @@ -12,11 +12,11 @@ classifiers = License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+) Operating System :: MacOS Operating System :: POSIX :: Linux - Programming Language :: Python :: 3.7 Programming Language :: Python :: 3.8 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 [options]