File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ yet supported.
5959Requirements
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
You can’t perform that action at this time.
0 commit comments