Skip to content

Commit

Permalink
Merge pull request #630 from tableau/jmoens_python310_support
Browse files Browse the repository at this point in the history
updated docs and tests to include python 3.10
  • Loading branch information
jmoens authored Jan 4, 2024
2 parents 964bb37 + 13a528d commit bc88276
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
matrix:
# TODO: Add 3.7 to python-versions after GitHub action regression is resolved.
# https://github.com/actions/setup-python/issues/682
python-version: [3.8, 3.9]
python-version: ['3.8', '3.9', '3.10']
os: [ubuntu-latest, windows-latest, macos-latest]

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
matrix:
# TODO: Add 3.7 to python-versions after GitHub action regression is resolved.
# https://github.com/actions/setup-python/issues/682
python-version: [3.8, 3.9]
python-version: ['3.8', '3.9', '3.10']
os: [ubuntu-latest, windows-latest, macos-latest]

steps:
Expand Down
2 changes: 1 addition & 1 deletion docs/server-install.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ These instructions explain how to install and start up TabPy Server.

### Prerequisites

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

0 comments on commit bc88276

Please sign in to comment.