This website works better with JavaScript.
Home
Explore
Help
Sign In
RuhNetConsulting
/
octodns
mirror of
https://github.com/octodns/octodns
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
52
Wiki
Activity
Browse Source
Add Python 3.12 to the ci test matrix and make it the current version
pull/1085/head
Ross McFarland
2 years ago
parent
f035f4347d
commit
c30e21f7e0
No known key found for this signature in database
GPG Key ID:
943B179E15D3B22A
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
.ci-config.json
+ 2
- 2
.ci-config.json
View File
@ -1,4 +1,4 @@
{
"python_version_current"
:
"3.1
1
"
,
"python_versions_active"
:
[
"3.8"
,
"3.9"
,
"3.10"
,
"3.11"
]
"python_version_current"
:
"3.1
2
"
,
"python_versions_active"
:
[
"3.8"
,
"3.9"
,
"3.10"
,
"3.11"
,
"3.12"
]
}
Write
Preview
Loading…
Cancel
Save