Skip to content

Commit

Permalink
updated supported python versions and added them to test coverage for…
Browse files Browse the repository at this point in the history
… pull requests
  • Loading branch information
jmoens committed Jan 4, 2024
1 parent 964bb37 commit 7ce7f5d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.7, 3.8, 3.9, 3.10, 3.11]
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 7ce7f5d

Please sign in to comment.