Skip to content

Commit

Permalink
Fixed workflows.
Browse files Browse the repository at this point in the history
  • Loading branch information
lextm committed Oct 21, 2023
1 parent b680545 commit 8af4372
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.8', '3.9', '3.10', '3.11']
python-version: ['3.12']
steps:
- uses: actions/checkout@v2
- name: Setup python
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Setup python
uses: actions/setup-python@v2
with:
python-version: 3.7
python-version: 3.12
- name: Run image
uses: abatilo/[email protected]
with:
Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
- name: Setup python
uses: actions/setup-python@v2
with:
python-version: "3.7"
python-version: "3.12"
- name: Run image
uses: abatilo/[email protected]
with:
Expand Down

0 comments on commit 8af4372

Please sign in to comment.