Skip to content

Commit df1c83d

Browse files
Add test for python 3.14 (#508)
1 parent bcb50ef commit df1c83d

File tree

4 files changed

+676
-159
lines changed

4 files changed

+676
-159
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,9 @@ jobs:
4040
- { os: ubuntu-latest, environment: 'py311' }
4141
- { os: ubuntu-latest, environment: 'py312' }
4242
- { os: ubuntu-latest, environment: 'py313' }
43-
- { os: windows-latest, environment: 'py313' }
44-
- { os: macos-latest, environment: 'py313' }
43+
- { os: ubuntu-latest, environment: 'py314' }
44+
- { os: windows-latest, environment: 'py314' }
45+
- { os: macos-latest, environment: 'py314' }
4546
- { os: ubuntu-latest, environment: 'oldies' }
4647
- { os: ubuntu-latest, environment: 'nightly' }
4748
steps:

.github/workflows/daily.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ jobs:
1919
include:
2020
- environment: 'nightly'
2121
NOTE: 'Nightly Builds' # run once with nightlies
22-
- environment: 'py313'
23-
NOTE: 'Python 3.13' # run once with normal dependencies
22+
- environment: 'py314'
23+
NOTE: 'Python 3.14' # run once with normal dependencies
2424
steps:
2525
- name: Checkout branch
2626
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1

0 commit comments

Comments
 (0)