diff options
author | Pierre Sassoulas <pierre.sassoulas@gmail.com> | 2022-12-21 23:03:31 +0100 |
---|---|---|
committer | Daniƫl van Noord <13665637+DanielNoord@users.noreply.github.com> | 2022-12-27 00:15:03 +0100 |
commit | bc8177b8b75938a4124d0c19bd1cbdac1a803606 (patch) | |
tree | 6803082668d69538da4b39b4d8ff0e1325b48d04 | |
parent | 60f0ef1321ba89e9af2bef540f687577d0f3968d (diff) | |
download | astroid-git-bc8177b8b75938a4124d0c19bd1cbdac1a803606.tar.gz |
[github actions] Default python used for release is now 3.11
-rw-r--r-- | .github/workflows/release.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f214bffc..d5e34aea 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -6,7 +6,7 @@ on: - published env: - DEFAULT_PYTHON: "3.10" + DEFAULT_PYTHON: "3.11" permissions: contents: read |