Skip to content

Commit

Permalink
Merge pull request #180 from arrrlo/hotfix/version-fix
Browse files Browse the repository at this point in the history
Hotfix/version fix
  • Loading branch information
arrrlo authored Jul 3, 2024
2 parents 948ee34 + e80630a commit 5176fbf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

strategy:
matrix:
python-version: [3.7, 3.8, 3.9]
python-version: [3.8, 3.9]

steps:
- name: Checkout repo
Expand Down

0 comments on commit 5176fbf

Please sign in to comment.