Skip to content

Commit

Permalink
chore: Add support for Python 3.12 (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon authored Apr 12, 2024
1 parent b2809bd commit c47b2ef
Show file tree
Hide file tree
Showing 4 changed files with 253 additions and 137 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,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 c47b2ef

Please sign in to comment.