Skip to content

Commit

Permalink
parallelization support with support for python 3.11, 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
dyumanaditya committed Mar 27, 2024
1 parent 0a5502a commit 91e33a6
Show file tree
Hide file tree
Showing 5 changed files with 77 additions and 31 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-package-version-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10"]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]

steps:
- uses: actions/checkout@v3
Expand Down
Loading

0 comments on commit 91e33a6

Please sign in to comment.