Skip to content

Commit

Permalink
Update to minimum py3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
PGijsbers committed Jun 22, 2023
1 parent 3fe60bf commit aa40df8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.8", "3.9", "3.10"]
python-version: ["3.9", "3.10", "3.11"]
os: [ubuntu-latest, macos-latest, windows-latest]

runs-on: ${{ matrix.os }}
Expand All @@ -84,7 +84,7 @@ jobs:
with:
name: dist-folder
path: dist
- name: Set up Python 3.10
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
Expand Down

0 comments on commit aa40df8

Please sign in to comment.