Browse Source

Merge pull request #1208 from octodns/py-versions

Add python 3.13, remove 3.8
pull/1209/head
Ross McFarland 1 year ago
committed by GitHub
parent
commit
f8ab7fbaa9
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      .ci-config.json

+ 2
- 2
.ci-config.json View File

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

Loading…
Cancel
Save