Skip to content

Commit 06690e3

Browse files
author
Tom Goetz
committed
tested with python 3.14
1 parent 8fb4e0e commit 06690e3

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

Fit

Tcx

garmindb/version_info.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77

88
python_required = (3, 10, 0)
99
dev_python_required = (3, 13, 9)
10-
python_tested = (3, 13, 9)
11-
version_info = (3, 6, 8)
10+
python_tested = (3, 14, 2)
11+
version_info = (3, 7, 0)
1212
prerelease = True
1313

1414

utilities

0 commit comments

Comments
 (0)