Skip to content

Commit 17f8ecf

Browse files
authored
Merge pull request #535 from tableau/add_python_version_3.9
Add python version 3.9
2 parents 7318eb6 + 0d36bf0 commit 17f8ecf

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99

1010
strategy:
1111
matrix:
12-
python-version: [3.6, 3.7, 3.8]
12+
python-version: [3.7, 3.8, 3.9]
1313
os: [ubuntu-latest, windows-latest, macos-latest]
1414

1515
steps:

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99

1010
strategy:
1111
matrix:
12-
python-version: [3.7, 3.8]
12+
python-version: [3.7, 3.8, 3.9]
1313
os: [ubuntu-latest, windows-latest, macos-latest]
1414

1515
steps:

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ and run it locally.
3030
These are prerequisites for an environment required for a contributor to
3131
be able to work on TabPy changes:
3232

33-
- Python 3.6, 3.7 or 3.8:
33+
- Python 3.7, 3.8 or 3.9:
3434
- To see which version of Python you have installed, run `python --version`.
3535
- git
3636
- Node.js for npm packages - install from <https://nodejs.org>.

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ def read(fname):
4141
"License :: OSI Approved :: MIT License",
4242
"Programming Language :: Python :: 3.7",
4343
"Programming Language :: Python :: 3.8",
44+
"Programming Language :: Python :: 3.9",
4445
"Topic :: Scientific/Engineering",
4546
"Topic :: Scientific/Engineering :: Information Analysis",
4647
"Operating System :: Microsoft :: Windows",

0 commit comments

Comments
 (0)