Skip to content

Commit 66a810d

Browse files
Add Python 3.14 for PR checks in GHA (#2175) (#2183)
(cherry picked from commit d798e16) Co-authored-by: Gaurav Talreja <gauravtalreja1@gmail.com>
1 parent 1d1fed3 commit 66a810d

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/pull_request.yml

Lines changed: 2 additions & 2 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.11', '3.12', '3.13']
18+
python-version: ['3.12', '3.13', '3.14']
1919
steps:
2020
- name: Checkout Airgun
2121
uses: actions/checkout@v5
@@ -53,7 +53,7 @@ jobs:
5353
needs: codechecks
5454
strategy:
5555
matrix:
56-
python-version: ['3.13']
56+
python-version: ['3.14']
5757
steps:
5858
- name: Checkout Airgun
5959
uses: actions/checkout@v5

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@
4040
'Natural Language :: English',
4141
'Operating System :: POSIX :: LinuxProgramming Language :: Python',
4242
'Programming Language :: Python :: 3',
43-
'Programming Language :: Python :: 3.11',
4443
'Programming Language :: Python :: 3.12',
4544
'Programming Language :: Python :: 3.13',
45+
'Programming Language :: Python :: 3.14',
4646
],
4747
)

0 commit comments

Comments
 (0)