mirror of
https://github.com/mandiant/capa.git
synced 2025-12-30 14:40:53 -08:00
ci: no longer test against py3.6
This commit is contained in:
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
@@ -67,11 +67,9 @@ jobs:
|
||||
matrix:
|
||||
os: [ubuntu-20.04, windows-2019, macos-10.15]
|
||||
# across all operating systems
|
||||
python-version: ["3.6", "3.10"]
|
||||
python-version: ["3.7", "3.10"]
|
||||
include:
|
||||
# on Ubuntu run these as well
|
||||
- os: ubuntu-20.04
|
||||
python-version: "3.7"
|
||||
- os: ubuntu-20.04
|
||||
python-version: "3.8"
|
||||
- os: ubuntu-20.04
|
||||
|
||||
Reference in New Issue
Block a user