mirror of https://github.com/nucypher/nucypher.git
Adding 3.11 to the list of supported versions for the github actions matrix.
parent
dd15d44fcc
commit
aeb128d8e0
|
@ -17,7 +17,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
python-version: [ "3.8", "3.10" ]
|
||||
python-version: [ "3.8", "3.10", "3.11" ]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
|
Loading…
Reference in New Issue