mirror of
https://github.com/kemayo/leech
synced 2025-12-15 21:05:59 +01:00
Update github actions to use newer python versions
This commit is contained in:
parent
06cd8998ed
commit
8dd20e17d9
1 changed files with 2 additions and 2 deletions
4
.github/workflows/python-package-poetry.yml
vendored
4
.github/workflows/python-package-poetry.yml
vendored
|
|
@ -15,12 +15,12 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
python-version: [3.7, 3.8, 3.9]
|
||||
python-version: ['3.9', '3.10', '3.11']
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Set up Python ${{ matrix.python-version }}
|
||||
uses: actions/setup-python@v2
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: ${{ matrix.python-version }}
|
||||
- name: Install tooling
|
||||
|
|
|
|||
Loading…
Reference in a new issue