1
0
mirror of https://github.com/github/octodns.git synced 2024-05-11 05:55:00 +00:00

Add Python 3.12 to the ci test matrix and make it the current version

This commit is contained in:
Ross McFarland
2023-10-07 13:06:46 -07:00
parent f035f4347d
commit c30e21f7e0

View File

@ -1,4 +1,4 @@
{
"python_version_current": "3.11",
"python_versions_active": ["3.8", "3.9", "3.10", "3.11"]
"python_version_current": "3.12",
"python_versions_active": ["3.8", "3.9", "3.10", "3.11", "3.12"]
}