Skip to content

Commit

Permalink
Merge branch 'main' into filter-collections
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon authored Dec 12, 2024
2 parents f6031fb + 9aa0ff3 commit 4cde476
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 4cde476

Please sign in to comment.