mirror of https://github.com/nucypher/nucypher.git
Only run tests for python 3.7 and 3.10.
parent
47a8105509
commit
69bca8aace
|
@ -14,7 +14,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
python-version: ["3.10"] #[ "3.7", "3.8", "3.9", "3.10" ]
|
||||
python-version: [ "3.7", "3.10" ]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
|
Loading…
Reference in New Issue