Skip to content

Commit 6193f11

Browse files
committed
[autorelease] Drop Python 3.8 support.
1 parent 3c9129d commit 6193f11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ jobs:
55
strategy:
66
matrix:
77
python-version:
8-
- '3.8'
98
- '3.9'
109
- '3.10'
1110
- '3.11'
1211
- '3.12'
12+
- '3.13'
1313
- '3.13-dev'
1414
- 'pypy-3.8'
1515
- 'pypy-3.9'

0 commit comments

Comments
 (0)