Skip to content

Commit

Permalink
Bump CI versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Davidy22 committed Feb 13, 2023
1 parent 2e5e309 commit 773ef9d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 773ef9d

Please sign in to comment.