Browse Source

Remove python 3.9 from CI matrix, add 3.14

pull/1310/head
Ross McFarland 2 months ago
parent
commit
9600c61b35
No known key found for this signature in database GPG Key ID: 943B179E15D3B22A
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.13",
"python_versions_active": ["3.9", "3.10", "3.11", "3.12", "3.13"]
"python_version_current": "3.14",
"python_versions_active": ["3.10", "3.11", "3.12", "3.13", "3.14"]
}

Loading…
Cancel
Save