Change ci to use py3.10 final (#927)

* Add new fullhunt module

* Remove python checks in the run script as they are not needed anymore

* Remove netcraft from ci as it is not needed

* Update Dockerfile to fix security issues

* Add new n45ht module, lots of results returned

* Update ci to use py3.10 final

* Update ci to use py3.10 final
This commit is contained in:
J.Townsend 2021-11-25 16:09:29 +00:00 committed by GitHub
parent c5b31213c1
commit 7013a9ae45
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,7 +16,7 @@ jobs:
max-parallel: 4
matrix:
os: [ubuntu-latest, macos-latest]
python-version: [3.8, 3.9, 3.10-dev]
python-version: [3.8, 3.9, 3.10.0]
steps:
- uses: actions/checkout@v2