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 cc57ea0 commit 8124132Copy full SHA for 8124132
.github/workflows/default.yml
@@ -37,12 +37,14 @@ jobs:
37
- python_version: "3.10"
38
- python_version: "3.11"
39
- python_version: "3.12"
40
+ - python_version: "3.13"
41
+ - python_version: "3.14"
42
steps:
43
- uses: actions/checkout@v4
- - name: Set up Python ${{ matrix.python-version }}
44
+ - name: Set up Python ${{ matrix.python_version }}
45
uses: actions/setup-python@v5
46
with:
- python-version: ${{ matrix.python-version }}
47
+ python-version: ${{ matrix.python_version }}
48
- name: Cache pip
49
uses: actions/cache@v4
50
0 commit comments