-
Notifications
You must be signed in to change notification settings - Fork 172
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
Add Python 3.12 in tests and other lists #601
Add Python 3.12 in tests and other lists #601
Conversation
I did not change |
I don't know how to fix the failing tests, @abhi1693
|
It's possible that 3.12 was not supported with older netbox versions. |
Why would that be shown as a docker volume creation error? (Sorry, I'm not a dockerist) |
I'll still try with NetBox 3.7 only, just a minute (update: it worked) |
Added NetBox 3.3. I don't see the logic: now it failed the Python 3.8 + NetBox 3.3 test. Something is wrong in the docker logic, cannot help that. Restoring the original changes now |
89a3562
to
ed6b312
Compare
Looks like the docker image for NetBox 3.3 is not working, others are fine, including tests with Python 3.12. |
099ff14
to
1a1d936
Compare
Fixes: #600
Added Python 3.12 in tests, setup.py classifiers and in the bug report forms.