Skip to content

Commit 3383988

Browse files
committed
Update Python support list
1 parent 3a1835f commit 3383988

4 files changed

Lines changed: 9 additions & 3 deletions

File tree

.github/workflows/test-manual.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
python-version: ["3.12", "3.11", "3.10", "3.9", "3.8"]
10+
python-version: ["3.13", "3.12", "3.11", "3.10"]
1111
event-loop: [asyncio, uvloop]
1212

1313
steps:

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
python-version: ["3.12", "3.11", "3.10", "3.9", "3.8"]
14+
python-version: ["3.13", "3.12", "3.11", "3.10"]
1515
event-loop: [asyncio, uvloop]
1616

1717
steps:

CHANGELOG.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Changelog
22
*********
33

4+
Unreleased
5+
----------
6+
7+
- Add support for Python 3.13
8+
- Drop support for Python versions below 3.10
9+
410
`8.0.0`_ (2024-08-21)
511
---------------------
612

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bdist_wheel]
2-
python-tag = py38.py39.py310.py311.py312
2+
python-tag = py310.py311.py312.py313
33

44
[flake8]
55
max-line-length = 90

0 commit comments

Comments
 (0)