File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 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
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 :
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments