Skip to content

Commit

Permalink
Update CI python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
pckroon committed Sep 19, 2023
1 parent 9a1a1d6 commit 78b975e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yaml
Expand Up @@ -17,7 +17,7 @@ jobs:

strategy:
matrix:
py_version: ["3.9"]
py_version: ["3.11"]

steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: 3.9
python-version: 3.11

- name: Install pypa/build
run: >-
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Expand Up @@ -19,7 +19,7 @@ jobs:

strategy:
matrix:
py_version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
py_version: ["3.8", "3.9", "3.10", "3.11"]

steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: 3.9
python-version: 3.11
- name: Install dependencies
run: |
pip install --upgrade setuptools pip
Expand Down

0 comments on commit 78b975e

Please sign in to comment.