@@ -21,15 +21,15 @@ jobs:
2121 - mypy
2222 - black
2323 steps :
24- - uses : actions/checkout@v3
25- - uses : actions/setup-python@v4
24+ - uses : actions/checkout@v4
25+ - uses : actions/setup-python@v5
2626 with :
27- python-version : ' 3.9 '
28- - uses : Gr1N/setup-poetry@v7
27+ python-version : ' 3.11 '
28+ - uses : Gr1N/setup-poetry@v9
2929 - name : Install tox
3030 run : |
3131 pip install tox
32- - uses : actions/cache@v3
32+ - uses : actions/cache@v4
3333 with :
3434 path : |
3535 .tox
@@ -42,20 +42,19 @@ jobs:
4242 strategy :
4343 matrix :
4444 python-version :
45- - ' 3.8'
46- - ' 3.9.7'
47- - ' 3.9'
4845 - ' 3.10'
46+ - ' 3.11'
47+ - ' 3.12'
4948 steps :
50- - uses : actions/checkout@v3
51- - uses : actions/setup-python@v4
49+ - uses : actions/checkout@v4
50+ - uses : actions/setup-python@v5
5251 with :
5352 python-version : ${{ matrix.python-version }}
54- - uses : Gr1N/setup-poetry@v7
53+ - uses : Gr1N/setup-poetry@v9
5554 - name : Install tox
5655 run : |
5756 pip install tox
58- - uses : actions/cache@v3
57+ - uses : actions/cache@v4
5958 with :
6059 path : |
6160 .tox
@@ -71,19 +70,19 @@ jobs:
7170 strategy :
7271 matrix :
7372 python-version :
74- - ' 3.8'
75- - ' 3.9'
7673 - ' 3.10'
74+ - ' 3.11'
75+ - ' 3.12'
7776 steps :
78- - uses : actions/checkout@v3
79- - uses : actions/setup-python@v4
77+ - uses : actions/checkout@v4
78+ - uses : actions/setup-python@v5
8079 with :
8180 python-version : ${{ matrix.python-version }}
82- - uses : Gr1N/setup-poetry@v7
81+ - uses : Gr1N/setup-poetry@v9
8382 - name : Install tox
8483 run : |
8584 pip install tox
86- - uses : actions/cache@v3
85+ - uses : actions/cache@v4
8786 with :
8887 path : |
8988 .tox
@@ -97,16 +96,16 @@ jobs:
9796 build_poetry_virtualenv :
9897 runs-on : ubuntu-latest
9998 steps :
100- - uses : actions/checkout@v3
101- - uses : actions/setup-python@v4
99+ - uses : actions/checkout@v4
100+ - uses : actions/setup-python@v5
102101 with :
103- python-version : ' 3.9 '
104- - uses : Gr1N/setup-poetry@v7
105- - uses : actions/cache@v3
102+ python-version : ' 3.11 '
103+ - uses : Gr1N/setup-poetry@v9
104+ - uses : actions/cache@v4
106105 with :
107106 path : ~/.cache/pypoetry/virtualenvs
108107 key : ${{ runner.os }}-poetry-${{ hashFiles('poetry.lock') }}
109108 - name : Install Poetry and setup Poetry virtualenv
110109 run : |
111- poetry env use python3.9
110+ poetry env use python3.11
112111 poetry install
0 commit comments