Skip to content

Commit

Permalink
Merge pull request #116 from adamchainz/linters_3.12
Browse files Browse the repository at this point in the history
Run linters on Python 3.12
  • Loading branch information
willbarton committed Apr 10, 2024
2 parents 5972084 + 4182824 commit 9c9d1f3
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
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
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 9c9d1f3

Please sign in to comment.