Skip to content

Commit

Permalink
drop 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
BjornFJohansson committed Jan 25, 2025
1 parent 8878cd3 commit efc4cbe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pydna_test_and_coverage_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
fail-fast: false
matrix:
os: ["macos-latest", "windows-latest"]
python-version: ["3.12", "3.11", "3.10", "3.9", "3.8"]
python-version: ["3.12", "3.11", "3.10", "3.9"]
include:
- os: ubuntu-latest
python-version: "3.9"
Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:
uses: snok/install-poetry@v1
with:
virtualenvs.prefer-active-python: true
version: ${{ matrix.python-version == '3.8' && '1.8.2' || 'latest' }}
version: ${{ matrix.python-version == '3.9' && '1.8.2' || 'latest' }}
- name: 🔩 list Poetry settings
run: poetry config --list

Expand Down

0 comments on commit efc4cbe

Please sign in to comment.