Skip to content

Commit

Permalink
Merge pull request #41 from ReubenFrankel/remove-upper-python-version…
Browse files Browse the repository at this point in the history
…-constraint

fix: Remove upper python version constraint
  • Loading branch information
edgarrmondragon authored Dec 12, 2024
2 parents 50a8923 + 5c380cf commit 9aa0ff3
Show file tree
Hide file tree
Showing 3 changed files with 805 additions and 836 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
Loading

0 comments on commit 9aa0ff3

Please sign in to comment.