Update nightly.yml

update to 3.10
This commit is contained in:
powderluv
2022-06-05 10:39:01 -07:00
committed by GitHub
parent 22aa0e51a7
commit 16979c142e

View File

@@ -5,7 +5,7 @@ name: Nightly Release
on:
schedule:
- cron: '0 5,13 * * *'
- cron: '0 5 * * *'
workflow_dispatch:
jobs:
@@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.9"]
python-version: ["3.10"]
steps:
- uses: actions/checkout@v3