diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 382d905..ebb83bd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,7 @@ jobs: strategy: matrix: os: [macos-latest, windows-latest, ubuntu-latest] - python-version: [3.7, 3.8, 3.9, '3.10', '3.11', pypy-3.9] + python-version: [3.8, 3.9, '3.10', '3.11', '3.12', pypy-3.9] exclude: # UnicodeDecodeError - os: windows-latest diff --git a/docs/index.rst b/docs/index.rst index f45f6cc..3aa2643 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -13,7 +13,7 @@ To install: To improve performance, install as ``pip install ocdskit[perf]``, unless you are using `PyPy `__. -OCDS Kit requires Python 3.7 or greater. Users with Python 2 as their default Python interpreter must either run ``pip3 install ocdskit``, set up a Python 3 virtual environment, or `use OCDS Kit within a Docker container `__. +OCDS Kit requires a `supported version `__ of Python 3. Users with Python 2 as their default Python interpreter must either run ``pip3 install ocdskit``, set up a Python 3 virtual environment, or `use OCDS Kit within a Docker container `__. OCDS Kit can be used either via its :doc:`command-line interface ` or as a :doc:`Python library `. diff --git a/setup.cfg b/setup.cfg index 5fcd326..1dbffa6 100644 --- a/setup.cfg +++ b/setup.cfg @@ -11,11 +11,11 @@ long_description_content_type = text/x-rst classifiers = License :: OSI Approved :: BSD License Operating System :: OS Independent - 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 Programming Language :: Python :: Implementation :: PyPy