Skip to content

Commit

Permalink
update python version
Browse files Browse the repository at this point in the history
  • Loading branch information
arrjon committed Oct 28, 2024
1 parent 0302a2d commit 1031bd1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.11', '3.9']
python-version: ['3.11', '3.10']

steps:
- name: Check out repository
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.11', '3.9']
python-version: ['3.11', '3.10']

steps:
- name: Check out repository
Expand Down Expand Up @@ -127,7 +127,7 @@ jobs:
runs-on: macos-latest
strategy:
matrix:
python-version: ['3.11', '3.9']
python-version: ['3.11', '3.10']

steps:
- name: Check out repository
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ name: Deploy
on:
release:
types: [created]


jobs:
deploy:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.9]
python-version: [3.11]

steps:
- name: Check out repository
Expand Down

0 comments on commit 1031bd1

Please sign in to comment.