Skip to content

Commit

Permalink
Update python to 3.11 in test files (#2323)
Browse files Browse the repository at this point in the history
* Update python to 3.11 in test files

* Fix tests
  • Loading branch information
sobolevn authored Sep 5, 2023
1 parent 1345e15 commit 8238d04
Show file tree
Hide file tree
Showing 4 changed files with 329 additions and 782 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ permissions:
contents: read

env: # Keep in sync with `POETRY_VERSION` in `Dockerfile`
POETRY_VERSION: "1.5.1"
POETRY_VERSION: "1.6.1"

jobs:
test-generated-project:
runs-on: ubuntu-latest
timeout-minutes: 30
strategy:
matrix:
python-version: [3.9]
python-version: ['3.11']

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
timeout-minutes: 30
strategy:
matrix:
python-version: [3.9]
python-version: ['3.11']

steps:
- uses: actions/checkout@v4
Expand All @@ -79,4 +79,3 @@ jobs:
poetry run pytest
poetry run poetry check
poetry run pip check
poetry run safety check --full-report || true
Loading

0 comments on commit 8238d04

Please sign in to comment.