mirror of https://github.com/nucypher/nucypher.git
Use 3.9 as the base python version for CI tests.
parent
fe02e51c41
commit
b4e1042e83
|
@ -17,7 +17,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
python-version: [ "3.8", "3.12" ]
|
||||
python-version: [ "3.9", "3.12" ]
|
||||
|
||||
steps:
|
||||
- name: Checkout repo
|
||||
|
|
Loading…
Reference in New Issue