Skip to content

Commit 9ba08e8

Browse files
committed
3.14 up we go
1 parent 2a91cb8 commit 9ba08e8

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ on:
44
push:
55
branches:
66
- main
7-
- release
87
pull_request:
98
branches:
109
- main
@@ -18,11 +17,11 @@ jobs:
1817
runs-on: ubuntu-latest
1918
strategy:
2019
matrix:
21-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14.0-rc.2"]
20+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14.0"]
2221

2322
steps:
2423
- name: Checkout code
25-
uses: actions/checkout@v4
24+
uses: actions/checkout@v5
2625

2726
- name: Set up Python ${{ matrix.python-version }}
2827
uses: actions/setup-python@v5

.github/workflows/workflow-build-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
steps:
2424
- name: Checkout code
25-
uses: actions/checkout@v4
25+
uses: actions/checkout@v5
2626

2727
- name: Set up Python
2828
uses: actions/setup-python@v5

0 commit comments

Comments
 (0)