NeonGeckoCom / .github

GitHub default automations, templates, etc.
0 stars 1 forks source link

[BUG] No python 3.12 support #79

Open mikejgray opened 2 months ago

mikejgray commented 2 months ago

Description

Since setuptools was removed from the standard library in Python 3.12, and we can't specify setuptools as a dependency in our setup.py without having setuptools available, we need to be able to support Python 3.12 tests.

Steps to Reproduce

Try any test with Python 3.12

Relevant Code

No response

Other Notes

No response