Skip to content

Commit

Permalink
Bump GHA python version check to 3.10 and 3.11 (#877) (#881)
Browse files Browse the repository at this point in the history
* Bump GHA python version check to 3.10 and 3.11

* Make list items string

* Update setup.py to reflect supported version

(cherry picked from commit 88a9f22)

Co-authored-by: Ladislav Vašina <[email protected]>
  • Loading branch information
Satellite-QE and LadislavVasina1 committed Jun 30, 2023
1 parent 12fd05c commit 60a974e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.8, 3.9]
python-version: ['3.10', '3.11']
steps:
- name: Checkout Airgun
uses: actions/checkout@v2
Expand Down
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@
'Natural Language :: English',
'Operating System :: POSIX :: LinuxProgramming Language :: Python',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
],
)

0 comments on commit 60a974e

Please sign in to comment.