Skip to content

Commit

Permalink
Remove py3.8 from testing and add testing against py3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
DanSava committed Dec 16, 2024
1 parent e444d68 commit 750d661
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.8", "3.11"]
python-version: ["3.11", "3.12"]
os: [ubuntu-latest]

steps:
Expand All @@ -35,5 +35,5 @@ jobs:
pytest
- name: Run black
if: ${{ matrix.python-version == '3.11'}}
if: ${{ matrix.python-version == '3.12'}}
uses: psf/black@stable

0 comments on commit 750d661

Please sign in to comment.