Skip to content

Commit 6c56f60

Browse files
Match GitHub actions with upgrades
- Test against Python 3.10 and 3.11 - Update step versions - Target Poetry 1.6.1
1 parent 6218d01 commit 6c56f60

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,17 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
python-version: ['3.9', '3.10', '3.11']
13+
python-version: ['3.10', '3.11']
1414
steps:
15-
- uses: actions/checkout@v3
15+
- uses: actions/checkout@v4
1616
- name: Set up Python
1717
uses: actions/setup-python@v3
1818
with:
1919
python-version: ${{ matrix.python-version }}
2020
- name: Setup Poetry
2121
uses: snok/install-poetry@v1
2222
with:
23-
version: 1.4.0
23+
version: 1.6.1
2424
virtualenvs-create: true
2525
virtualenvs-in-project: true
2626
- name: Load cached venv

0 commit comments

Comments
 (0)