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 590dac5 commit 683a17aCopy full SHA for 683a17a
.github/workflows/test.yml
@@ -20,18 +20,18 @@ jobs:
20
fail-fast: false
21
matrix:
22
os: [ ubuntu-latest ]
23
- python-version: ["3.11"]
+ python-version: ["3.12", "3.13"]
24
25
steps:
26
27
- name: Checkout
28
- uses: actions/checkout@v2
+ uses: actions/checkout@v4
29
with:
30
fetch-depth: 0
31
ref: ${{ github.event.pull_request.head.sha }}
32
33
- name: Set up Python ${{ matrix.python-version }}
34
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v5
35
36
python-version: ${{ matrix.python-version }}
37
@@ -56,4 +56,3 @@ jobs:
56
57
name: coverage_${{ matrix.python-version }}
58
path: coverage
59
-
0 commit comments