Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

配置文件需要更换新的Python版本 #13

Open
Mikazuki-Yozora opened this issue Nov 4, 2022 · 4 comments
Open

配置文件需要更换新的Python版本 #13

Mikazuki-Yozora opened this issue Nov 4, 2022 · 4 comments

Comments

@Mikazuki-Yozora
Copy link

Mikazuki-Yozora commented Nov 4, 2022

最近几天连续报错

Version 3.6 with arch x64 not found Available versions: 3.10.8 (x64) 3.11.0 (x64) 3.7.15 (x64) 3.8.14 (x64) 3.9.15 (x64)

GitHub Actions似乎已经不支持3.6版本python,个人将配置文件中的python版本改为 3.10.8 后可以正常运行。

@shidifuhou
Copy link

确实

@ZephXu07
Copy link

今天才签到失败,感谢

@NOwin111
Copy link

NOwin111 commented Dec 22, 2022

3.10.8也不支持了,用3.11.1吧
Version 3.10.8 with arch x64 not found Available versions: 3.10.9 (x64) 3.11.1 (x64) 3.7.15 (x64) 3.8.15 (x64) 3.9.16 (x64)

@tjsky
Copy link

tjsky commented Jan 5, 2023

3.10.8也不支持了,用3.11.1吧 Version 3.10.8 with arch x64 not found Available versions: 3.10.9 (x64) 3.11.1 (x64) 3.7.15 (x64) 3.8.15 (x64) 3.9.16 (x64)

一般不建议设定到第三位版本号。比如你设定个3.10.8,结果过两天他支持到3.10.9了。
建议写python-version: '3.10'这样会自动使用最新的3.10.X版本。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants