Skip to content

Commit f7b8eed

Browse files
Gauravtalreja1JacobCallahan
authored andcommitted
Add Python 3.13 for PR checks in GHA
Signed-off-by: Gaurav Talreja <gtalreja@redhat.com>
1 parent c6af40e commit f7b8eed

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.github/workflows/merge_to_master.yml

Lines changed: 1 addition & 1 deletion
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

.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@v4

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@
4242
'License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)',
4343
'Programming Language :: Python :: 3.10',
4444
'Programming Language :: Python :: 3.11',
45+
'Programming Language :: Python :: 3.12',
46+
'Programming Language :: Python :: 3.13',
4547
],
4648
packages=find_packages(exclude=['docs', 'tests']),
4749
install_requires=REQUIREMENTS,

0 commit comments

Comments
 (0)