mirror of
https://github.com/Guake/guake.git
synced 2025-10-26 11:27:13 +00:00
Bump CI versions
This commit is contained in:
parent
2e5e309e88
commit
773ef9da94
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -10,7 +10,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
python-version: [3.6, 3.7, 3.8, 3.9]
|
||||
python-version: [3.8, 3.9, 3.10, 3.11]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
@ -65,9 +65,9 @@ jobs:
|
||||
id: isLatest
|
||||
with:
|
||||
a: ${{ matrix.python-version }}
|
||||
b: 3.9
|
||||
b: 3.11
|
||||
|
||||
- name: Store dists (Python 3.9)
|
||||
- name: Store dists (Python 3.11)
|
||||
if: steps.isLatest.outputs.result
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
|
||||
@ -13,10 +13,10 @@ classifier =
|
||||
Intended Audience :: System Administrators
|
||||
License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)
|
||||
Operating System :: POSIX :: Linux
|
||||
Programming Language :: Python :: 3.6
|
||||
Programming Language :: Python :: 3.7
|
||||
Programming Language :: Python :: 3.8
|
||||
Programming Language :: Python :: 3.9
|
||||
Programming Language :: Python :: 3.10
|
||||
Programming Language :: Python :: 3.11
|
||||
Topic :: Terminals
|
||||
Topic :: Terminals :: Terminal Emulators/X Terminals
|
||||
Topic :: Desktop Environment :: Gnome
|
||||
|
||||
Loading…
Reference in New Issue
Block a user