Skip to content

Commit

Permalink
chore: Support Python 3.12, drop support for 3.7 (#141)
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon authored Jan 23, 2024
1 parent 8194cae commit 2a459a8
Show file tree
Hide file tree
Showing 6 changed files with 839 additions and 633 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,11 @@ jobs:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
strategy:
matrix:
python-version: ["3.9", "3.10", "3.11"]
python-version: ["3.9", "3.10", "3.11", "3.12"]

steps:
- uses: actions/checkout@v4.0.0
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4.6.1
- uses: actions/setup-python@v5.0.0
with:
python-version: ${{ matrix.python-version }}
- name: Install Poetry
Expand Down
6 changes: 1 addition & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,7 @@ repos:
hooks:
- id: ruff
args: ["--fix"]

- repo: https://github.com/psf/black
rev: 23.12.1
hooks:
- id: black
- id: ruff-format

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.8.0
Expand Down
Loading

0 comments on commit 2a459a8

Please # to comment.