Skip to content

Commit

Permalink
feat: add support for Python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
palazzem committed Mar 8, 2024
1 parent 3b60eb6 commit 85d54db
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linting.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: '3.9'
python-version: '3.12'

- name: Upgrade pip and install required tools
run: |
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,11 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: |
3.6
3.7
3.8
3.9
3.10
3.11
3.12
- name: Upgrade pip and install required tools
run: |
Expand Down
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ envlist =
py3.9
py3.10
py3.11
py3.12

[testenv]
allowlist_externals = pytest
Expand Down

0 comments on commit 85d54db

Please sign in to comment.