Skip to content

Commit 8b487ae

Browse files
committed
Fix up 3.14
1 parent ed895bb commit 8b487ae

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ jobs:
66
strategy:
77
matrix:
88
os: [ubuntu-latest, windows-latest, macos-latest]
9-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
9+
python-version:
10+
["3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14-rc.1"]
1011
steps:
1112
- uses: actions/checkout@v4
1213
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)