Skip to content

Commit

Permalink
CI: Update to Python 3.11 on "Build & publish package to pypi" job
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Feb 10, 2024
1 parent a76856b commit 9bba2ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Set up python 3.7
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: 3.7
python-version: 3.11

- name: Build package
run: |
Expand Down

0 comments on commit 9bba2ab

Please sign in to comment.