Skip to content

Commit

Permalink
feat: Support Python 3.12 (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon authored Jan 11, 2024
1 parent fff6e88 commit 411eeba
Show file tree
Hide file tree
Showing 2 changed files with 692 additions and 599 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
Expand Down
Loading

0 comments on commit 411eeba

Please sign in to comment.