Skip to content

Commit 72c53a9

Browse files
ariel-anielirjarry
authored andcommitted
ci: bump Python matrix up to 3.13
Python below 3.9 are deprecated. Link: https://devguide.python.org/versions/ Signed-off-by: Ariel Otilibili <[email protected]>
1 parent 3812375 commit 72c53a9

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,6 @@ jobs:
4040
strategy:
4141
matrix:
4242
include:
43-
- python: '3.6'
44-
toxenv: py36
45-
- python: '3.7'
46-
toxenv: py37
47-
- python: '3.8'
48-
toxenv: py38
4943
- python: '3.9'
5044
toxenv: py39
5145
- python: '3.10'
@@ -54,6 +48,8 @@ jobs:
5448
toxenv: py311
5549
- python: '3.12'
5650
toxenv: py312
51+
- python: '3.13'
52+
toxenv: py313
5753
- python: pypy3.9
5854
toxenv: pypy3
5955
steps:

0 commit comments

Comments
 (0)