Skip to content

Commit c03ed22

Browse files
committed
Include newer Python releases in CI config
We will be dropping 3.6 and rejiggering all this in a major release later, but for now this helps prove bugfixes aimed at these newer interpreters.
1 parent 87c5032 commit c03ed22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ workflows:
6565
requires: ["Test"]
6666
matrix:
6767
parameters:
68-
version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
68+
version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
6969
- orb/docs:
7070
name: "Docs"
7171
requires: ["Test"]

0 commit comments

Comments
 (0)