Skip to content

Commit 05fbeb7

Browse files
committed
Update CI Python versions
Python 3.8 is EOL, and Python 3.13 was recently released.
1 parent 34e0d18 commit 05fbeb7

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,8 @@ jobs:
88
fail-fast: false
99
matrix:
1010
os: [macos-14, windows-2022, ubuntu-22.04]
11-
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
11+
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
1212
exclude:
13-
- os: macos-14
14-
python-version: '3.8'
1513
- os: macos-14
1614
python-version: '3.9'
1715
name: Test - ${{ matrix.os }}, ${{ matrix.python-version }}
@@ -128,7 +126,7 @@ jobs:
128126

129127
- uses: actions/setup-python@v5
130128
with:
131-
python-version: '3.10'
129+
python-version: '3.13'
132130

133131
- name: Install Python dependencies
134132
run: pip install build

0 commit comments

Comments
 (0)