Skip to content

Commit

Permalink
bump Python version for tests, no longer supporting 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
paulfitz committed Jul 17, 2024
1 parent 4c2b578 commit 456af4e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker_latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:'
Expand All @@ -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

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@ Then, you can run the main test suite like so:
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
Expand Down

0 comments on commit 456af4e

Please sign in to comment.