Skip to content

Commit 220b0aa

Browse files
committed
Python versions: remove obsolete 3.9 and add new 3.14
1 parent 814d624 commit 220b0aa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/wheel-builder.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
strategy:
5959
fail-fast: false
6060
matrix:
61-
python-minor: [9, 10, 11, 12, 13]
61+
python-minor: [10, 11, 12, 13, 14]
6262
os: [ubuntu-latest, windows-latest, macos-15-intel, macos-15]
6363
env:
6464
# Reminder: report all variables here to CIBW_ENVIRONMENT_PASS_LINUX

0 commit comments

Comments
 (0)