We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b43e664 commit 277d87cCopy full SHA for 277d87c
1 file changed
.github/workflows/ci.yml
@@ -18,7 +18,7 @@ jobs:
18
- name: Setup Python
19
uses: actions/setup-python@v4
20
with:
21
- python-version: "3.8"
+ python-version: "3.10"
22
23
- name: Install Hatch
24
run: |
@@ -32,9 +32,11 @@ jobs:
32
strategy:
33
matrix:
34
python-version:
35
- - "3.8.x"
36
- - "3.9.x"
37
- "3.10.x"
+ - "3.11.x"
+ - "3.12.x"
38
+ - "3.13.x"
39
+ - "3.14.x"
40
os:
41
- ubuntu-24.04
42
# - windows-latest
0 commit comments