Skip to content

Commit

Permalink
deps: Remove support for python 3.6 (EoL). Update python-poetry versi…
Browse files Browse the repository at this point in the history
…on; Update pytest to resolve CVE-2022-42969
  • Loading branch information
wenoptics committed Nov 9, 2023
1 parent ef5b69e commit 1047224
Show file tree
Hide file tree
Showing 4 changed files with 182 additions and 259 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [ "3.6", "3.7", "3.8", "3.9", "3.10" ]
python-version: [ "3.7", "3.8", "3.9", "3.10", "3.11", "3.12" ]

# The type of runner that the job will run on
runs-on: ubuntu-latest
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@

dist/
.pytest_cache/

__pycache__/
Loading

0 comments on commit 1047224

Please sign in to comment.