Skip to content

Commit 88f8056

Browse files
authored
GitHub Actions: Test on Python 3.14 release candidate 2
Python v3.14 -- October 7th * https://www.python.org/download/pre-releases * https://www.python.org/downloads/release/python-3140rc2
1 parent 0f57622 commit 88f8056

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,15 @@ jobs:
1919
- '3.11'
2020
- '3.12'
2121
- '3.13'
22+
- '3.14'
2223

2324
steps:
2425
- uses: actions/checkout@v5
2526

2627
- uses: actions/setup-python@v6
2728
with:
2829
python-version: ${{ matrix.python-version }}
30+
allow-prereleases: true
2931
cache: 'pip'
3032
cache-dependency-path: 'requirements/*.txt'
3133

0 commit comments

Comments
 (0)