Skip to content

Commit

Permalink
Update gh workflow requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
Setsugennoao committed May 17, 2024
1 parent b2d47a9 commit afa1a78
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
python-version:
- "3.11"
- '3.12'

steps:
- uses: actions/checkout@v2
Expand All @@ -24,4 +24,4 @@ jobs:
run: flake8 stgpytools
- name: Running mypy
if: steps.dependencies.outcome == 'success'
run: mypy stgpytools
run: mypy stgpytools
2 changes: 1 addition & 1 deletion .github/workflows/pypipublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Prep Python
uses: actions/setup-python@v2
with:
python-version: '3.11'
python-version: '3.12'

- name: Install build tools
run: |
Expand Down

0 comments on commit afa1a78

Please sign in to comment.