Skip to content

Commit a03ff37

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

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/package.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,12 @@ 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'
14-
- 'pypy-3.8'
1514
- 'pypy-3.9'
1615
- 'pypy-3.10'
1716
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)