Skip to content

Commit

Permalink
chore: drop Python 3.7 support & update deps.
Browse files Browse the repository at this point in the history
  • Loading branch information
overcat committed Nov 17, 2024
1 parent 4aa5309 commit 004ce3c
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions .github/workflows/continuous-integration-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,26 @@ on:
push:
pull_request:
release:
types: [ created ]
types: [created]

jobs:
test:
strategy:
fail-fast: false
matrix:
os: [ ubuntu-latest ]
python-version: [ "3.7", "3.8", "3.9", "3.10", "3.11", "pypy3.7" ]
os: [ubuntu-latest]
python-version:
[
"3.8",
"3.9",
"3.10",
"3.11",
"3.12",
"3.13",
"pypy3.8",
"pypy3.9",
"pypy3.10",
]
runs-on: ${{ matrix.os }}

steps:
Expand Down

0 comments on commit 004ce3c

Please sign in to comment.