Skip to content

Commit 5fd5137

Browse files
Pin zipp version and Remove Support for Python 3.7, 3.8 and 3.9 (#21)
* Pin zipp version Pin zipp version to fix vulnerability alerted by Snyk * Update build.yml to remove old Python versions Removed Python versions 3.7, 3.8, and 3.9 from the build matrix.
1 parent 6e18bf7 commit 5fd5137

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,6 @@ jobs:
2929
fail-fast: false
3030
matrix:
3131
python-version:
32-
- '3.7'
33-
- '3.8'
34-
- '3.9'
3532
- '3.10'
3633
- '3.11'
3734
- '3.12'

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
astroid==2.15.8
2+
zipp==3.19.1
23
flake8
34
flake8-assertive
45
flake8-comprehensions

0 commit comments

Comments
 (0)