We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76a5f51 commit 6bfe8c7Copy full SHA for 6bfe8c7
1 file changed
.github/workflows/main.yml
@@ -18,10 +18,10 @@ jobs:
18
with:
19
fetch-depth: 1
20
submodules: true
21
- - name: Set up Python 3.9
+ - name: Set up Python 3.11
22
uses: actions/setup-python@v4
23
24
- python-version: 3.9
+ python-version: 3.11
25
- name: Install dependencies
26
run: |
27
python -m pip install --upgrade pip
@@ -47,7 +47,7 @@ jobs:
47
strategy:
48
matrix:
49
os: [ubuntu-latest, macos-latest]
50
- python-version: ['3.8', '3.11']
+ python-version: ['3.9', '3.13']
51
runs-on: ${{ matrix.os }}
52
steps:
53
- uses: actions/download-artifact@v3
0 commit comments