mirror of
https://github.com/gristlabs/grist-core.git
synced 2024-10-27 20:44:07 +00:00
bump Python version for tests, no longer supporting 3.9 (#1112)
After changes for `PREVIOUS` and related functions, we now depend on new versions of the `bisect` function.
This commit is contained in:
parent
4c2b5781df
commit
4a01c68a50
2
.github/workflows/docker_latest.yml
vendored
2
.github/workflows/docker_latest.yml
vendored
@ -48,7 +48,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
python-version: [3.9]
|
python-version: [3.11]
|
||||||
node-version: [18.x]
|
node-version: [18.x]
|
||||||
image:
|
image:
|
||||||
# We build two images, `grist-oss` and `grist`.
|
# We build two images, `grist-oss` and `grist`.
|
||||||
|
5
.github/workflows/main.yml
vendored
5
.github/workflows/main.yml
vendored
@ -17,7 +17,7 @@ jobs:
|
|||||||
# even when there is a failure.
|
# even when there is a failure.
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
python-version: [3.9]
|
python-version: [3.11]
|
||||||
node-version: [18.x]
|
node-version: [18.x]
|
||||||
tests:
|
tests:
|
||||||
- ':lint:python:client:common:smoke:stubs:'
|
- ':lint:python:client:common:smoke:stubs:'
|
||||||
@ -32,9 +32,6 @@ jobs:
|
|||||||
- tests: ':lint:python:client:common:smoke:'
|
- tests: ':lint:python:client:common:smoke:'
|
||||||
node-version: 18.x
|
node-version: 18.x
|
||||||
python-version: '3.10'
|
python-version: '3.10'
|
||||||
- tests: ':lint:python:client:common:smoke:'
|
|
||||||
node-version: 18.x
|
|
||||||
python-version: '3.11'
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
|
@ -464,7 +464,7 @@ Then, you can run the main test suite like so:
|
|||||||
yarn test
|
yarn test
|
||||||
```
|
```
|
||||||
|
|
||||||
Python tests may also be run locally. (Note: currently requires Python 3.9 - 3.11.)
|
Python tests may also be run locally. (Note: currently requires Python 3.10 - 3.11.)
|
||||||
|
|
||||||
```
|
```
|
||||||
yarn test:python
|
yarn test:python
|
||||||
|
Loading…
Reference in New Issue
Block a user