Skip to content

Commit

Permalink
more python version updates
Browse files Browse the repository at this point in the history
  • Loading branch information
menzenski committed Feb 16, 2024
1 parent 96d6811 commit 83fa85e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ jobs:
fail-fast: false
matrix:
python-version:
- 3.7
- 3.8
- 3.9
- '3.10'
- 3.11
- 3.12
steps:
- name: Checkout
uses: actions/checkout@v3
Expand All @@ -43,11 +43,11 @@ jobs:
fail-fast: false
matrix:
python-version:
- 3.7
- 3.8
- 3.9
- '3.10'
- 3.11
- 3.12
steps:
- name: Checkout
uses: actions/checkout@v3
Expand All @@ -68,7 +68,6 @@ jobs:
- 3.6
- 4.4
python-version:
- 3.7
- 3.8
- 3.9
- '3.10'
Expand Down

0 comments on commit 83fa85e

Please sign in to comment.