We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 296bf26 commit 048e65fCopy full SHA for 048e65f
.github/workflows/ci.yml
@@ -14,7 +14,7 @@ jobs:
14
strategy:
15
matrix:
16
os: [ubuntu-latest, windows-latest, macOS-latest]
17
- python-version: [3.8]
+ python-version: [3.13]
18
name: ${{ matrix.os }}, Python ${{ matrix.python-version }}
19
defaults:
20
run:
.github/workflows/linter.yml
@@ -11,7 +11,7 @@ jobs:
11
- name: Set up Python 3.8 environment
12
uses: actions/setup-python@v1
13
with:
- python-version: 3.8
+ python-version: 3.13
- name: Install dependencies
run: |
python -m pip install --upgrade pip
0 commit comments