7
7
runs-on : ubuntu-22.04
8
8
strategy :
9
9
matrix :
10
- python-version : [ "3.8 ", "3.9 ", "3.10 ", "3.11 ", "3.12 " ]
10
+ python-version : ["3.9 ", "3.10 ", "3.11 ", "3.12 ", "3.13 " ]
11
11
12
12
steps :
13
13
- name : Setup dependencies
14
- uses : ExpressApp/github-actions-poetry@v0.4
14
+ uses : ExpressApp/github-actions-poetry@v0.5
15
15
with :
16
16
python-version : ${{ matrix.python-version }}
17
- poetry-version : " 1.3.2 "
17
+ poetry-version : " 2. 1.3"
18
18
19
19
- name : Run tests
20
20
run : |
@@ -26,14 +26,14 @@ jobs:
26
26
runs-on : ubuntu-22.04
27
27
strategy :
28
28
matrix :
29
- python-version : [ "3.8 ", "3.9 ", "3.10 ", "3.11 ", "3.12 " ]
29
+ python-version : ["3.9 ", "3.10 ", "3.11 ", "3.12 ", "3.13 " ]
30
30
31
31
steps :
32
32
- name : Setup dependencies
33
- uses : ExpressApp/github-actions-poetry@v0.4
33
+ uses : ExpressApp/github-actions-poetry@v0.5
34
34
with :
35
35
python-version : ${{ matrix.python-version }}
36
- poetry-version : " 1.3.2 "
36
+ poetry-version : " 2. 1.3"
37
37
38
38
- name : Run lint
39
39
run : |
46
46
47
47
steps :
48
48
- name : Setup dependencies
49
- uses : ExpressApp/github-actions-poetry@v0.4
49
+ uses : ExpressApp/github-actions-poetry@v0.5
50
50
with :
51
- poetry-version : " 1.3.2 "
51
+ poetry-version : " 2. 1.3"
52
52
53
53
- name : Run linters
54
54
run : |
0 commit comments