diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index bed2fc9f..9c7f13f5 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -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.0, 3.11] os: [ubuntu-latest, windows-latest, macos-latest] steps: diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 86c2c391..2b976393 100755 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -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.0, 3.11] os: [ubuntu-latest, windows-latest, macos-latest] steps: diff --git a/docs/server-install.md b/docs/server-install.md index 94125737..889cad33 100755 --- a/docs/server-install.md +++ b/docs/server-install.md @@ -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