Skip to content

Commit

Permalink
Use python 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
rrooij committed Jul 19, 2023
1 parent 85cfb79 commit 64ac22e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10"]
python-version: ["3.9"]

steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
- name: Set up Python 3.10
uses: actions/setup-python@v4
with:
python-version: "3.10"
python-version: "3.9"
- name: Run setup.py sdist
run: |
pip install wheel
Expand Down

0 comments on commit 64ac22e

Please sign in to comment.