Skip to content

Commit

Permalink
stop testing on EOL Python 3.8, test on regular Python 3.13 release
Browse files Browse the repository at this point in the history
  • Loading branch information
FriedrichFroebel committed Oct 10, 2024
1 parent 28ec37a commit 9773f5c
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,25 +10,22 @@ jobs:
strategy:
matrix:
include:
- python: 3.8
djvulibre: legacy
- python: 3.9
- python: '3.9'
djvulibre: legacy
- python: '3.10'
djvulibre: legacy
- python: '3.11'
djvulibre: legacy
- python: 3.8
djvulibre: latest
- python: 3.9
- python: '3.9'
djvulibre: latest
- python: '3.10'
djvulibre: latest
- python: '3.11'
djvulibre: latest
- python: '3.12'
djvulibre: latest
- python: '3.13-dev'
- python: '3.13'
djvulibre: latest
runs-on: ubuntu-latest
name: Python ${{ matrix.python }} with djvulibre ${{ matrix.djvulibre }}
Expand Down

0 comments on commit 9773f5c

Please sign in to comment.