Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into check-implant-regis…
Browse files Browse the repository at this point in the history
…tered
  • Loading branch information
kaylakraines committed Oct 24, 2023
2 parents a506267 + c4b14e2 commit 01abcbb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,14 @@ jobs:
fail-fast: false
matrix:
include:
- python-version: 3.7
toxenv: py37,style,coverage-ci
- python-version: 3.8
toxenv: py38,style,coverage-ci
- python-version: 3.9
toxenv: py39,style,coverage-ci
- python-version: 3.10.9
toxenv: py310,style,coverage-ci
- python-version: 3.11
toxenv: py311,style,coverage-ci

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[tox]
skipsdist = True
envlist =
py{37,38,39}
py{38,39,310,311}
style
coverage
bandit
Expand Down

0 comments on commit 01abcbb

Please sign in to comment.