Skip to content

Commit 773ef9d

Browse files
committed
Bump CI versions
1 parent 2e5e309 commit 773ef9d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
strategy:
1212
matrix:
13-
python-version: [3.6, 3.7, 3.8, 3.9]
13+
python-version: [3.8, 3.9, 3.10, 3.11]
1414

1515
steps:
1616
- uses: actions/checkout@v2
@@ -65,9 +65,9 @@ jobs:
6565
id: isLatest
6666
with:
6767
a: ${{ matrix.python-version }}
68-
b: 3.9
68+
b: 3.11
6969

70-
- name: Store dists (Python 3.9)
70+
- name: Store dists (Python 3.11)
7171
if: steps.isLatest.outputs.result
7272
uses: actions/upload-artifact@v2
7373
with:

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ classifier =
1313
Intended Audience :: System Administrators
1414
License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)
1515
Operating System :: POSIX :: Linux
16-
Programming Language :: Python :: 3.6
17-
Programming Language :: Python :: 3.7
1816
Programming Language :: Python :: 3.8
1917
Programming Language :: Python :: 3.9
18+
Programming Language :: Python :: 3.10
19+
Programming Language :: Python :: 3.11
2020
Topic :: Terminals
2121
Topic :: Terminals :: Terminal Emulators/X Terminals
2222
Topic :: Desktop Environment :: Gnome

0 commit comments

Comments
 (0)