Skip to content

Commit

Permalink
Run linters on Python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
adamchainz committed Oct 24, 2023
1 parent 9cfbb6c commit 4182824
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v3
with:
python-version: '3.11'
python-version: '3.12'

- name: Install dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ deps=
dj42: Django>=4.2,<4.3

[testenv:lint]
basepython=python3.11
basepython=python3.12
deps=
black
flake8
Expand Down

0 comments on commit 4182824

Please sign in to comment.