From 06afc3a3c5e7b516972a752b6be369f135e905ec Mon Sep 17 00:00:00 2001 From: Antti Kaihola <13725+akaihola@users.noreply.github.com> Date: Fri, 19 Apr 2024 23:43:50 +0300 Subject: [PATCH] Drop Python 3.7, add up to 3.12 --- .github/workflows/python-package.yml | 2 +- CHANGES.rst | 5 +++++ setup.cfg | 6 ++++-- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index 4ac18a9..d27fd1e 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -17,7 +17,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest, windows-latest, macos-latest] - python-version: [3.7, 3.8, 3.9] + python-version: ['3.8', '3.9', '3.10', '3.11', '3.12'] steps: - uses: actions/checkout@v2 diff --git a/CHANGES.rst b/CHANGES.rst index 494a721..f4857aa 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -5,6 +5,11 @@ These features will be included in the next release: Added ----- +- Builds for Python 3.10, 3.11 and 3.12. + +Removed +------- +- Support for Python 3.8. Fixed ----- diff --git a/setup.cfg b/setup.cfg index 7e34770..b14703e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -14,9 +14,11 @@ classifiers = Intended Audience :: System Administrators 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 Topic :: Database Topic :: System :: Archiving :: Backup keywords = @@ -32,7 +34,7 @@ url = https://github.com/akaihola/pgtricks [options] packages = pgtricks -python_requires = >=3.7 +python_requires = >=3.8 [options.entry_points] console_scripts =