Skip to content

Commit 8238d04

Browse files
authored
Update python to 3.11 in test files (#2323)
* Update python to 3.11 in test files * Fix tests
1 parent 1345e15 commit 8238d04

File tree

4 files changed

+329
-782
lines changed

4 files changed

+329
-782
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@ permissions:
1515
contents: read
1616

1717
env: # Keep in sync with `POETRY_VERSION` in `Dockerfile`
18-
POETRY_VERSION: "1.5.1"
18+
POETRY_VERSION: "1.6.1"
1919

2020
jobs:
2121
test-generated-project:
2222
runs-on: ubuntu-latest
2323
timeout-minutes: 30
2424
strategy:
2525
matrix:
26-
python-version: [3.9]
26+
python-version: ['3.11']
2727

2828
steps:
2929
- uses: actions/checkout@v4
@@ -52,7 +52,7 @@ jobs:
5252
timeout-minutes: 30
5353
strategy:
5454
matrix:
55-
python-version: [3.9]
55+
python-version: ['3.11']
5656

5757
steps:
5858
- uses: actions/checkout@v4
@@ -79,4 +79,3 @@ jobs:
7979
poetry run pytest
8080
poetry run poetry check
8181
poetry run pip check
82-
poetry run safety check --full-report || true

0 commit comments

Comments
 (0)