File tree 5 files changed +6
-6
lines changed
5 files changed +6
-6
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.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 @@ -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 11
11
![ PyPI - Python Version] ( https://img.shields.io/pypi/pyversions/tabpy?label=PyPI%20Python%20versions )
12
12
[ ![ PyPI version] ( https://badge.fury.io/py/tabpy.svg )] ( https://pypi.python.org/pypi/tabpy/ )
13
13
14
- [ ![ Deploy] ( https://www.herokucdn.com/deploy/button.svg )] ( https://heroku.com/deploy )
14
+ [ ![ Deploy] ( https://www.herokucdn.com/deploy/button.svg )] ( https://heroku.com/deploy?template=https://github.com/tableau/tabpy )
15
15
16
16
TabPy (the Tableau Python Server) is an Analytics Extension implementation which
17
17
expands Tableau's capabilities by allowing users to execute Python scripts and
Original file line number Diff line number Diff line change @@ -39,9 +39,9 @@ def read(fname):
39
39
"Intended Audience :: Developers" ,
40
40
"Intended Audience :: Science/Research" ,
41
41
"License :: OSI Approved :: MIT License" ,
42
- "Programming Language :: Python :: 3.6" ,
43
42
"Programming Language :: Python :: 3.7" ,
44
43
"Programming Language :: Python :: 3.8" ,
44
+ "Programming Language :: Python :: 3.9" ,
45
45
"Topic :: Scientific/Engineering" ,
46
46
"Topic :: Scientific/Engineering :: Information Analysis" ,
47
47
"Operating System :: Microsoft :: Windows" ,
@@ -60,7 +60,7 @@ def read(fname):
60
60
"tabpy_server/common/default.conf" ,
61
61
]
62
62
},
63
- python_requires = ">=3.6 " ,
63
+ python_requires = ">=3.7 " ,
64
64
license = "MIT" ,
65
65
# Note: many of these required packages are included in base python
66
66
# but are listed here because different linux distros use custom
You can’t perform that action at this time.
0 commit comments