Skip to content

Commit

Permalink
Github CI
Browse files Browse the repository at this point in the history
  • Loading branch information
laalaguer committed Jul 25, 2023
1 parent 66938fb commit f32f6e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/draft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.6.15, 3.11.4]
python-version: [3.9.17, 3.11.4]

steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.6.15, 3.7.17, 3.8.17, 3.9.17, 3.11.4]
python-version: [3.7.17, 3.8.17, 3.9.17, 3.11.4]

steps:
- name: Checkout
Expand Down

0 comments on commit f32f6e5

Please sign in to comment.