File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 10
10
runs-on : ubuntu-latest
11
11
strategy :
12
12
matrix :
13
- python-version : [3.6 , 3.7 , 3.8 , 3.9 ]
13
+ python-version : [3.8 , 3.9 , 3.10 , 3.11 ]
14
14
15
15
steps :
16
16
- uses : actions/checkout@v2
65
65
id : isLatest
66
66
with :
67
67
a : ${{ matrix.python-version }}
68
- b : 3.9
68
+ b : 3.11
69
69
70
- - name : Store dists (Python 3.9 )
70
+ - name : Store dists (Python 3.11 )
71
71
if : steps.isLatest.outputs.result
72
72
uses : actions/upload-artifact@v2
73
73
with :
Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ classifier =
13
13
Intended Audience :: System Administrators
14
14
License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)
15
15
Operating System :: POSIX :: Linux
16
- Programming Language :: Python :: 3.6
17
- Programming Language :: Python :: 3.7
18
16
Programming Language :: Python :: 3.8
19
17
Programming Language :: Python :: 3.9
18
+ Programming Language :: Python :: 3.10
19
+ Programming Language :: Python :: 3.11
20
20
Topic :: Terminals
21
21
Topic :: Terminals :: Terminal Emulators/X Terminals
22
22
Topic :: Desktop Environment :: Gnome
You can’t perform that action at this time.
0 commit comments