Skip to content

Commit d24032f

Browse files
Robert JacksonRobert Jackson
authored andcommitted
CI: Update CI to Python 3.14, add nightly builds.
1 parent 0369eae commit d24032f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ on:
88
branches: [ main ]
99
pull_request:
1010
branches: [ main ]
11+
schedule:
12+
- cron: '0 2 * * *' # Runs at 2:00 AM UTC every day
1113

1214
jobs:
1315
build:
@@ -20,7 +22,7 @@ jobs:
2022
strategy:
2123
fail-fast: false
2224
matrix:
23-
python-version: ["3.9", "3.10", "3.11"]
25+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
2426
os: [macOS, ubuntu, Windows]
2527

2628
steps:

0 commit comments

Comments
 (0)