We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent beb2e7a commit 8a7042cCopy full SHA for 8a7042c
.github/workflows/test.yml
@@ -22,7 +22,7 @@ jobs:
22
strategy:
23
matrix:
24
os: [ubuntu-latest, macos-latest]
25
- python-version: [3.10]
+ python-version: [3.10, 3.11, 3.12]
26
ext: [.sh]
27
include:
28
- os: windows-latest
@@ -31,7 +31,7 @@ jobs:
31
steps:
32
- uses: actions/checkout@v3
33
- name: Setup Python
34
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v6
35
with:
36
python-version: ${{ matrix.python-version }}
37
0 commit comments