Bump CI versions

This commit is contained in:
David Yang 2023-02-14 07:17:07 +08:00
parent 2e5e309e88
commit 773ef9da94
2 changed files with 5 additions and 5 deletions

View File

@ -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:

View File

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