Bump Python to 3.10 (#13223)

This commit is contained in:
Franck Nijhof 2022-07-19 12:28:57 +02:00 committed by GitHub
parent 157b3ba5f2
commit 36b4909950
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ on:
- cron: "0 1 * * *" - cron: "0 1 * * *"
env: env:
PYTHON_VERSION: 3.8 PYTHON_VERSION: 3.10
NODE_VERSION: 16 NODE_VERSION: 16
NODE_OPTIONS: --max_old_space_size=6144 NODE_OPTIONS: --max_old_space_size=6144

View File

@ -6,7 +6,7 @@ on:
- published - published
env: env:
PYTHON_VERSION: 3.8 PYTHON_VERSION: 3.10
NODE_VERSION: 16 NODE_VERSION: 16
NODE_OPTIONS: --max_old_space_size=6144 NODE_OPTIONS: --max_old_space_size=6144