Skip to content

Commit

Permalink
feat!: Drop python 3.8 testing
Browse files Browse the repository at this point in the history
  • Loading branch information
feanil committed Nov 22, 2024
1 parent f9ae97b commit a75d9b5
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 @@ -16,7 +16,7 @@ jobs:
fail-fast: false
matrix:
os: ["ubuntu-latest"]
python-version: ["3.8", "3.11", "3.12"]
python-version: ["3.11", "3.12"]
node-version: ["20"]
toxenv:
[
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
run: tox

- name: Run Coverage
if: matrix.python-version == '3.8' && matrix.toxenv == 'django42-drflatest'
if: matrix.python-version == '3.12' && matrix.toxenv == 'django42-drflatest'
uses: codecov/codecov-action@v4
with:
flags: unittests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/migrations-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
os: [ ubuntu-latest ]
python-version: [ "3.8", "3.11", "3.12" ]
python-version: ["3.11", "3.12"]

steps:
- name: Checkout repo
Expand Down

0 comments on commit a75d9b5

Please sign in to comment.