Skip to content

Commit

Permalink
chore: Change tested Python version to 3.11 & 3.12
Browse files Browse the repository at this point in the history
From 3.8 and 3.11.
  • Loading branch information
bmtcril committed Jul 22, 2024
1 parent 67dabe4 commit 182a383
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-20.04]
python-version: ['3.8', '3.11']
python-version: ['3.11','3.12']
toxenv: [quality, docs, pii_check, django42]
permissions:
# Gives the action the necessary permissions for publishing new
Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:
run: tox

- name: Run coverage
if: matrix.python-version == '3.8' && matrix.toxenv == 'django42'
if: matrix.python-version == '3.11' && matrix.toxenv == 'django42'
uses: py-cov-action/python-coverage-comment-action@v3
with:
GITHUB_TOKEN: ${{ github.token }}
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py{38,311}-django{42}
envlist = py{311,312}-django{42}

[doc8]
; D001 = Line too long
Expand Down

0 comments on commit 182a383

Please sign in to comment.