Skip to content

Commit 3ef77bf

Browse files
committed
Update supported Python versions for CI
1 parent 96ca92a commit 3ef77bf

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,11 @@ jobs:
3737
#- { icon: 🍎, name: macos }
3838
#- { icon: 🧊, name: windows }
3939
pyver:
40-
- '3.9'
4140
- '3.10'
4241
- '3.11'
4342
- '3.12'
43+
- '3.13'
44+
- '3.14'
4445
runs-on: ${{ matrix.os.name }}-latest
4546
name: ${{ matrix.os.icon }} ${{ matrix.os.name }} | ${{ matrix.pyver }}
4647
steps:

0 commit comments

Comments
 (0)