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
|
||||
strategy:
|
||||
matrix:
|
||||
python-version: [3.9]
|
||||
python-version: [3.11]
|
||||
node-version: [18.x]
|
||||
image:
|
||||
# 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.
|
||||
fail-fast: false
|
||||
matrix:
|
||||
python-version: [3.9]
|
||||
python-version: [3.11]
|
||||
node-version: [18.x]
|
||||
tests:
|
||||
- ':lint:python:client:common:smoke:stubs:'
|
||||
@ -32,9 +32,6 @@ jobs:
|
||||
- tests: ':lint:python:client:common:smoke:'
|
||||
node-version: 18.x
|
||||
python-version: '3.10'
|
||||
- tests: ':lint:python:client:common:smoke:'
|
||||
node-version: 18.x
|
||||
python-version: '3.11'
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user