Skip to content

Commit bc88276

Browse files
authored
Merge pull request #630 from tableau/jmoens_python310_support
updated docs and tests to include python 3.10
2 parents 964bb37 + 13a528d commit bc88276

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
matrix:
1212
# TODO: Add 3.7 to python-versions after GitHub action regression is resolved.
1313
# https://github.com/actions/setup-python/issues/682
14-
python-version: [3.8, 3.9]
14+
python-version: ['3.8', '3.9', '3.10']
1515
os: [ubuntu-latest, windows-latest, macos-latest]
1616

1717
steps:

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
matrix:
1212
# TODO: Add 3.7 to python-versions after GitHub action regression is resolved.
1313
# https://github.com/actions/setup-python/issues/682
14-
python-version: [3.8, 3.9]
14+
python-version: ['3.8', '3.9', '3.10']
1515
os: [ubuntu-latest, windows-latest, macos-latest]
1616

1717
steps:

docs/server-install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ These instructions explain how to install and start up TabPy Server.
1717

1818
### Prerequisites
1919

20-
- TabPy only supports Python versions 3.7, 3.8, and 3.9
20+
- TabPy only supports Python versions 3.7, 3.8, 3.9, and 3.10
2121
- TabPy 2.7.0 added support for data streaming via
2222
Apache Arrow Flight (`pyarrow`). When using TabPy >= 2.7.0, we
2323
recommend using a Python 64-bit installer to avoid incompatibility issues

0 commit comments

Comments
 (0)