Skip to content

Commit 086ae1e

Browse files
committed
Use Python 3.9
1 parent 31d843c commit 086ae1e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Platforms/Apple/.ruff.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
extend = "../../.ruff.toml" # Inherit the project-wide settings
22

3+
# iOS buildbot worker uses Python 3.9
4+
target-version = "py39"
5+
36
[format]
47
preview = true
58
docstring-code-format = true

0 commit comments

Comments
 (0)