Skip to content

Commit 36206e7

Browse files
authored
chore: drop Python 3.7 support & update deps. (#61)
1 parent 3370e96 commit 36206e7

File tree

3 files changed

+131
-168
lines changed

3 files changed

+131
-168
lines changed

.github/workflows/continuous-integration-workflow.yml

+14-3
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,26 @@ on:
44
push:
55
pull_request:
66
release:
7-
types: [ created ]
7+
types: [created]
88

99
jobs:
1010
test:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
os: [ ubuntu-latest ]
15-
python-version: [ "3.7", "3.8", "3.9", "3.10", "3.11", "pypy3.7" ]
14+
os: [ubuntu-latest]
15+
python-version:
16+
[
17+
"3.8",
18+
"3.9",
19+
"3.10",
20+
"3.11",
21+
"3.12",
22+
"3.13",
23+
"pypy3.8",
24+
"pypy3.9",
25+
"pypy3.10",
26+
]
1627
runs-on: ${{ matrix.os }}
1728

1829
steps:

0 commit comments

Comments
 (0)