Skip to content

Commit e80b4f9

Browse files
committed
Update Python versions.
- Only test with supported Python versions. - Drop testing of 3.8 - 3.9. - Require >= 3.10. - Add testing of 3.13 - 3.14. - Lint with 3.14.
1 parent 46475e0 commit e80b4f9

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/main.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
matrix:
1111
python-version:
12-
- '3.12'
12+
- '3.14'
1313
steps:
1414
- uses: actions/checkout@v4
1515
- name: Use Python ${{ matrix.python-version }}
@@ -35,11 +35,11 @@ jobs:
3535
strategy:
3636
matrix:
3737
python-version:
38-
- '3.8'
39-
- '3.9'
4038
- '3.10'
4139
- '3.11'
4240
- '3.12'
41+
- '3.13'
42+
- '3.14'
4343
- 'pypy3.10'
4444
loader: [requests, aiohttp]
4545
steps:

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# pyld ChangeLog
22

3-
## 3.0.0 - 2024-xx-xx
3+
## 3.0.0 - 2025-xx-xx
44

55
### Changed
6-
- **BREAKING**: Require supported Python version >= 3.8.
6+
- **BREAKING**: Require supported Python version >= 3.10.
77

88
## 2.0.4 - 2024-02-16
99

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ yet supported.
5959
Requirements
6060
------------
6161

62-
- Python_ (3.8 or later)
62+
- Python_ (3.10 or later)
6363
- Requests_ (optional)
6464
- aiohttp_ (optional, Python 3.5 or later)
6565

0 commit comments

Comments
 (0)