Skip to content

Commit f762276

Browse files
committed
chore: remove py3.8 compatibility
1 parent b6223d1 commit f762276

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed

.github/workflows/python-tests-compatibility.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
fail-fast: false
2020
matrix:
21-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
21+
python-version: ["3.9", "3.10", "3.11", "3.12"]
2222
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"]
2323
exclude:
2424
- python-version: 3.9

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
88

99

1010
### Removed
11-
- Python 3.7 (long after its EOL) is no longer supported by pyodata. Python 3.8 is now minimal supported version. - Petr Hanak
11+
- Python 3.8 and Python 3.7 are no longer supported by pyodata. Python 3.9 is now minimal supported version. - Petr Hanak
1212

1313
## [1.11.1]
1414

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ details.
1818

1919
## Requirements
2020

21-
- [Python >= 3.8](https://www.python.org/downloads/)
21+
- [Python >= 3.9](https://www.python.org/downloads/)
2222

2323
## Download and Installation
2424

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ def _read(name):
5959
'Intended Audience :: Developers',
6060
'License :: OSI Approved :: Apache Software License',
6161
'Operating System :: OS Independent',
62-
'Programming Language :: Python :: 3.8',
6362
'Programming Language :: Python :: 3.9',
6463
'Programming Language :: Python :: 3.10',
6564
'Programming Language :: Python :: 3.11',

0 commit comments

Comments
 (0)