File tree Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 9
9
10
10
strategy :
11
11
matrix :
12
- python-version : [3.6 , 3.7 , 3.8 ]
12
+ python-version : [3.7 , 3.8 , 3.9 ]
13
13
os : [ubuntu-latest, windows-latest, macos-latest]
14
14
15
15
steps :
Original file line number Diff line number Diff line change 9
9
10
10
strategy :
11
11
matrix :
12
- python-version : [3.7, 3.8]
12
+ python-version : [3.7, 3.8, 3.9 ]
13
13
os : [ubuntu-latest, windows-latest, macos-latest]
14
14
15
15
steps :
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ and run it locally.
30
30
These are prerequisites for an environment required for a contributor to
31
31
be able to work on TabPy changes:
32
32
33
- - Python 3.6 , 3.7 or 3.8 :
33
+ - Python 3.7 , 3.8 or 3.9 :
34
34
- To see which version of Python you have installed, run ` python --version ` .
35
35
- git
36
36
- Node.js for npm packages - install from < https://nodejs.org > .
Original file line number Diff line number Diff line change @@ -41,6 +41,7 @@ def read(fname):
41
41
"License :: OSI Approved :: MIT License" ,
42
42
"Programming Language :: Python :: 3.7" ,
43
43
"Programming Language :: Python :: 3.8" ,
44
+ "Programming Language :: Python :: 3.9" ,
44
45
"Topic :: Scientific/Engineering" ,
45
46
"Topic :: Scientific/Engineering :: Information Analysis" ,
46
47
"Operating System :: Microsoft :: Windows" ,
You can’t perform that action at this time.
0 commit comments