Skip to content

Commit 07765a3

Browse files
Upgrade coverage and lint to 3.12
1 parent baa7986 commit 07765a3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99

1010
strategy:
1111
matrix:
12-
python-version: [3.7]
12+
python-version: [3.12]
1313
os: [ubuntu-latest]
1414

1515
steps:

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99

1010
strategy:
1111
matrix:
12-
python-version: [3.7]
12+
python-version: [3.12]
1313
os: [ubuntu-latest]
1414

1515
steps:

0 commit comments

Comments
 (0)