Skip to content

Commit 4dc5e5c

Browse files
sobolevnintgr
andauthored
Remove EOL Python 3.8 and add 3.13 to CI (#2397)
Co-authored-by: Marti Raudsepp <[email protected]>
1 parent a2f98b7 commit 4dc5e5c

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121
strategy:
2222
matrix:
23-
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
23+
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
2424
fail-fast: false
2525
steps:
2626
- uses: actions/checkout@v4
@@ -48,7 +48,7 @@ jobs:
4848
runs-on: ubuntu-latest
4949
strategy:
5050
matrix:
51-
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
51+
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
5252
shard: [0, 1, 2, 3]
5353
fail-fast: false
5454
steps:
@@ -132,11 +132,9 @@ jobs:
132132
strategy:
133133
fail-fast: false
134134
matrix:
135-
python-version: ['3.11', '3.12']
135+
python-version: ['3.11', '3.12', '3.13']
136136
django-version: ['4.2', '5.0', '5.1']
137137
include:
138-
- python-version: '3.8'
139-
django-version: '4.2'
140138
- python-version: '3.9'
141139
django-version: '4.2'
142140
- python-version: '3.10'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,11 @@ def find_stub_files(name: str) -> List[str]:
6262
classifiers=[
6363
"License :: OSI Approved :: MIT License",
6464
"Operating System :: OS Independent",
65-
"Programming Language :: Python :: 3.8",
6665
"Programming Language :: Python :: 3.9",
6766
"Programming Language :: Python :: 3.10",
6867
"Programming Language :: Python :: 3.11",
6968
"Programming Language :: Python :: 3.12",
69+
"Programming Language :: Python :: 3.13",
7070
"Typing :: Typed",
7171
"Framework :: Django",
7272
"Framework :: Django :: 4.2",

0 commit comments

Comments
 (0)