Skip to content

Commit e328e7e

Browse files
authored
Add Python versions 3.9 to 3.14 to CircleCI config
1 parent 4fb3d70 commit e328e7e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.circleci/config.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,12 @@ workflows:
169169
- "3.6"
170170
- "3.7"
171171
- "3.8"
172+
- "3.9"
173+
- "3.10"
174+
- "3.11"
175+
- "3.12"
176+
- "3.13"
177+
- "3.14"
172178
- testdeploy:
173179
requires:
174180
- tests

0 commit comments

Comments
 (0)