We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9bbd5a6 + 72770d9 commit c0f8f02Copy full SHA for c0f8f02
.github/workflows/test.yml
@@ -13,22 +13,21 @@ jobs:
13
strategy:
14
matrix:
15
python-version:
16
- - '3.8'
17
- - '3.9'
18
- '3.10'
19
- '3.11'
+ - '3.12.4'
20
21
steps:
22
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
23
- name: Set up Python ${{ matrix.python-version }}
24
- uses: actions/setup-python@v1
+ uses: actions/setup-python@v5
25
with:
26
python-version: ${{ matrix.python-version }}
27
28
- name: Install Poetry
29
uses: Gr1N/setup-poetry@v8
30
31
- poetry-version: 1.4.2
+ poetry-version: 1.8.3
32
33
- name: Disables creation of virtualenvs
34
run: poetry config virtualenvs.create false
0 commit comments