Skip to content

Commit c20f191

Browse files
committed
CI: Add support for Python 3.13
And drop support for Python 3.8 (end-of-life since 2024-10-07).
1 parent e118296 commit c20f191

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@ jobs:
3939
fail-fast: false
4040
matrix:
4141
python-version:
42-
- '3.8'
4342
- '3.9'
4443
- '3.10'
4544
- '3.11'
4645
- '3.12'
46+
- '3.13'
4747
steps:
4848
- name: Checkout
4949
uses: actions/checkout@v4

0 commit comments

Comments
 (0)