Skip to content

Commit d17ad72

Browse files
[6.14.z] Add Python 3.13 for PR checks in GHA (#1269)
(cherry picked from commit 8753c80)
1 parent 5468ecd commit d17ad72

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/merge_to_master.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
strategy:
1717
matrix:
18-
python-version: ['3.10', '3.11', '3.12']
18+
python-version: ['3.10', '3.11', '3.12', '3.13']
1919
steps:
2020
- name: Checkout Nailgun
2121
uses: actions/checkout@v4
@@ -61,10 +61,10 @@ jobs:
6161
runs-on: ubuntu-latest
6262
steps:
6363
- uses: actions/checkout@master
64-
- name: Setup python 3.10
64+
- name: Setup python
6565
uses: actions/setup-python@v5
6666
with:
67-
python-version: '3.10'
67+
python-version: '3.13'
6868
- name: Install pypa/build
6969
run: python -m pip install build --user
7070
- name: Build a binary wheel and a source tarball

.github/workflows/pull_requests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
strategy:
1616
matrix:
17-
python-version: ['3.10', '3.11', '3.12']
17+
python-version: ['3.10', '3.11', '3.12', '3.13']
1818
steps:
1919
- name: Checkout Nailgun
2020
uses: actions/checkout@v2

0 commit comments

Comments
 (0)