From 8e5bc95b24491eb1519797a6ed4bc403feae06a2 Mon Sep 17 00:00:00 2001 From: I335851 Date: Fri, 17 Jan 2025 21:33:58 +0100 Subject: [PATCH] chore: remove py3.8 compatibility --- .github/workflows/python-tests-compatibility.yml | 2 +- CHANGELOG.md | 2 +- README.md | 2 +- setup.py | 1 - 4 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/python-tests-compatibility.yml b/.github/workflows/python-tests-compatibility.yml index 364257b..72dedb5 100644 --- a/.github/workflows/python-tests-compatibility.yml +++ b/.github/workflows/python-tests-compatibility.yml @@ -18,7 +18,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] + python-version: ["3.9", "3.10", "3.11", "3.12"] lxml-version: ["4.2.6", "4.3.5", "4.4.3", "4.5.2", "4.6.5", "4.7.1", "4.8.0", "4.9.1", "4.9.4", "5.0.1", "5.1.0"] exclude: - python-version: 3.9 diff --git a/CHANGELOG.md b/CHANGELOG.md index 443f70f..0ef1013 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ### Removed -- Python 3.7 (long after its EOL) is no longer supported by pyodata. Python 3.8 is now minimal supported version. - Petr Hanak +- Python 3.8 and Python 3.7 are no longer supported by pyodata. Python 3.9 is now minimal supported version. - Petr Hanak ## [1.11.1] diff --git a/README.md b/README.md index 3a2ddd5..6eddd55 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ details. ## Requirements -- [Python >= 3.8](https://www.python.org/downloads/) +- [Python >= 3.9](https://www.python.org/downloads/) ## Download and Installation diff --git a/setup.py b/setup.py index f7edb1b..3033e2e 100644 --- a/setup.py +++ b/setup.py @@ -59,7 +59,6 @@ def _read(name): 'Intended Audience :: Developers', 'License :: OSI Approved :: Apache Software License', 'Operating System :: OS Independent', - 'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: 3.9', 'Programming Language :: Python :: 3.10', 'Programming Language :: Python :: 3.11',