Skip to content

Commit 5a0f58b

Browse files
authored
Merge pull request #391 from hjwp/upgrade-python-314-from-rc-to-released
Upgrade to real python 3.14, from rc
2 parents 1374aef + c584006 commit 5a0f58b

File tree

17 files changed

+15
-26
lines changed

17 files changed

+15
-26
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
- name: Set up Python 3.14
6868
uses: actions/setup-python@v6
6969
with:
70-
python-version: '3.14.0-rc.3'
70+
python-version: '3.14'
7171

7272
- name: Install apt stuff and other dependencies
7373
shell: bash

0 commit comments

Comments
 (0)