Skip to content

Commit 8379d36

Browse files
committed
CI: Test Python 3.13, drop support for Python 3.8
1 parent 4e29f09 commit 8379d36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ jobs:
2929
strategy:
3030
matrix:
3131
python-version:
32-
- '3.8'
3332
- '3.9'
3433
- '3.10'
3534
- '3.11'
3635
- '3.12'
36+
- '3.13'
3737
steps:
3838
- name: Checkout
3939
uses: actions/checkout@v4

0 commit comments

Comments
 (0)