Skip to content

Commit

Permalink
Add Python versions 3.12 and 3.13 to test matricies
Browse files Browse the repository at this point in the history
  • Loading branch information
ReubenFrankel committed Dec 12, 2024
1 parent bd8ee85 commit 40c7115
Showing 1 changed file with 15 additions and 9 deletions.
24 changes: 15 additions & 9 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,12 @@ jobs:
fail-fast: false
matrix:
python-version:
- 3.8
- 3.9
- '3.8'
- '3.9'
- '3.10'
- 3.11
- '3.11'
- '3.12'
- '3.13'
steps:
- name: Checkout
uses: actions/checkout@v3
Expand All @@ -44,10 +46,12 @@ jobs:
fail-fast: false
matrix:
python-version:
- 3.8
- 3.9
- '3.8'
- '3.9'
- '3.10'
- 3.11
- '3.11'
- '3.12'
- '3.13'
steps:
- name: Checkout
uses: actions/checkout@v3
Expand All @@ -70,10 +74,12 @@ jobs:
- 3.6
- 4.4
python-version:
- 3.8
- 3.9
- '3.8'
- '3.9'
- '3.10'
- 3.11
- '3.11'
- '3.12'
- '3.13'
steps:
- uses: actions/checkout@v3
- name: Install poetry
Expand Down

0 comments on commit 40c7115

Please sign in to comment.