Skip to content

Commit 855a2e0

Browse files
author
Bryan Bartley
committed
Update CI matrix to only include currently supported Python versions
1 parent 1d1f5c8 commit 855a2e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
matrix:
1313
# Default builds are on Ubuntu
1414
os: [ubuntu-latest]
15-
python-version: ['3.7', '3.8', '3.9', '3.10']
15+
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
1616
include:
1717
# Also test on macOS and Windows using latest Python 3
1818
- os: macos-latest

0 commit comments

Comments
 (0)