Skip to content

Commit 048e65f

Browse files
author
John Garrett
committed
Update CI
1 parent 296bf26 commit 048e65f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
matrix:
1616
os: [ubuntu-latest, windows-latest, macOS-latest]
17-
python-version: [3.8]
17+
python-version: [3.13]
1818
name: ${{ matrix.os }}, Python ${{ matrix.python-version }}
1919
defaults:
2020
run:

.github/workflows/linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- name: Set up Python 3.8 environment
1212
uses: actions/setup-python@v1
1313
with:
14-
python-version: 3.8
14+
python-version: 3.13
1515
- name: Install dependencies
1616
run: |
1717
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)