Skip to content

Commit

Permalink
update python version CI
Browse files Browse the repository at this point in the history
  • Loading branch information
cokelaer committed Apr 28, 2024
1 parent 2fcfc20 commit 704dfd3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@main
- name: Set up Python 3.8
- name: Set up Python 3.10
uses: actions/setup-python@v2
with:
python-version: 3.8
python-version: "3.10"

- name: Install package
run: |
Expand Down

0 comments on commit 704dfd3

Please sign in to comment.