mirror of
https://github.com/mandiant/capa.git
synced 2025-12-22 07:10:29 -08:00
bump smda, enable Python 3.9
This commit is contained in:
3
.github/workflows/tests.yml
vendored
3
.github/workflows/tests.yml
vendored
@@ -52,8 +52,7 @@ jobs:
|
||||
- python: 3.6
|
||||
- python: 3.7
|
||||
- python: 3.8
|
||||
#- python: '3.9.0-rc.1' # Python latest
|
||||
# disabled due to LIEF, see #362
|
||||
- python: 3.9.1
|
||||
steps:
|
||||
- name: Checkout capa with submodules
|
||||
uses: actions/checkout@v2
|
||||
|
||||
2
setup.py
2
setup.py
@@ -27,7 +27,7 @@ if sys.version_info >= (3, 0):
|
||||
# py3
|
||||
requirements.append("halo")
|
||||
requirements.append("networkx")
|
||||
requirements.append("smda==1.5.11")
|
||||
requirements.append("smda==1.5.13")
|
||||
else:
|
||||
# py2
|
||||
requirements.append("enum34==1.1.6") # v1.1.6 is needed by halo 0.0.30 / spinners 0.0.24
|
||||
|
||||
Reference in New Issue
Block a user