Skip to content

Commit cb584a6

Browse files
authored
Merge pull request #2779 from opentensor/feat/thewhaleking/compatibility-check-for-3.13
Add compatibility check for 3.13
2 parents 26d2d05 + a12d023 commit cb584a6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.circleci/config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -290,6 +290,9 @@ workflows:
290290
- check_compatibility:
291291
python_version: "3.12"
292292
name: check-compatibility-3.12
293+
- check_compatibility:
294+
python_version: "3.13"
295+
name: check-compatibility-3.13
293296

294297

295298
pr-requirements:

0 commit comments

Comments
 (0)