From 4e6af814fbf633de4fe3e63212cf1c77825e0afe Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Tue, 19 Oct 2021 11:55:11 +0200 Subject: [PATCH] Python 3.11.0-alpha.1 https://github.com/actions/python-versions/releases/tag/3.11.0-alpha.1-117932 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c6835217..5a748c12 100644 --- a/README.md +++ b/README.md @@ -100,7 +100,7 @@ steps: - uses: actions/checkout@v2 - uses: actions/setup-python@v2 with: - python-version: '3.11.0-alpha.0' + python-version: '3.11.0-alpha.1' - run: python my_script.py ```