-
Notifications
You must be signed in to change notification settings - Fork 263
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
gns3-server Python 3.12 support? #2273
Comments
Hi,
The reason I reverted this commit it is that GitHub Actions couldn't find Python 3.12: https://github.com/GNS3/gns3-server/actions/runs/5705040394/job/15459256647#step:3:7 Only version 3.12.0-rc.1 can be used at the moment but I would prefer to wait for the final version. |
Hello @grossmj |
Waiting on aiohttp to release v3.9 with support for Python 3.12: aio-libs/aiohttp#7639 |
Python 3.12 should be supported now. We are using aiohttp 3.9.0b0 while waiting for the final release. |
Hi,
I saw with the latest version
gns3
got Python 3.12 support.I've looked into it but for me it seems it's still missing in
setup.py
Furthermore, in the git log i saw that Python 3.12 was added with 1ced862 but was immediately remove with 88a1cef
Was that a mistake?
Regards
The text was updated successfully, but these errors were encountered: