File tree 3 files changed +733
-558
lines changed
3 files changed +733
-558
lines changed Original file line number Diff line number Diff line change @@ -18,22 +18,24 @@ jobs:
18
18
fail-fast : false
19
19
matrix :
20
20
include :
21
- - name : Linux py37
22
- pyversion : ' 3.7'
23
21
- name : Linux py38
24
22
pyversion : ' 3.8'
25
23
- name : Linux py39
26
24
pyversion : ' 3.9'
27
25
- name : Linux py310
28
26
pyversion : ' 3.10'
27
+ - name : Linux py311
28
+ pyversion : ' 3.11'
29
+ - name : Linux py312
30
+ pyversion : ' 3.12'
29
31
steps :
30
32
- uses : actions/checkout@v2
31
33
- name : Set up Python ${{ matrix.pyversion }}
32
34
uses : actions/setup-python@v2
33
35
with :
34
36
python-version : ${{ matrix.pyversion }}
35
37
- name : Install poetry
36
- run : pip install "poetry>=1.1.8 ,<1.2 "
38
+ run : pip install "poetry>=1.4.2 ,<1.5 "
37
39
- name : Install dependencies
38
40
run : poetry install
39
41
- name : Lint
51
53
with :
52
54
python-version : ' 3.9'
53
55
- name : Install poetry
54
- run : pip install "poetry>=1.1.8 ,<1.2 "
56
+ run : pip install "poetry>=1.4.2 ,<1.5 "
55
57
- name : Install dependencies
56
58
run : poetry install
57
59
- name : Build wheel
You can’t perform that action at this time.
0 commit comments