Skip to content

Commit

Permalink
Merge pull request #68 from beeware/support-bump
Browse files Browse the repository at this point in the history
Bump support revisions for Py 3.12 and 3.13.
  • Loading branch information
freakboy3742 authored Oct 9, 2024
2 parents 5142762 + 5330fbd commit da94a60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions {{ cookiecutter.format }}/briefcase.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ runtime_path = "Python.xcframework/macos-arm64_x86_64/Python.framework"
"3.9": "support_revision = 14",
"3.10": "support_revision = 10",
"3.11": "support_revision = 5",
"3.12": "support_revision = 4",
"3.13": "support_revision = 1",
"3.12": "support_revision = 5",
"3.13": "support_revision = 2",
}.get(cookiecutter.python_version|py_tag, "") }}
stub_binary_revision = 9
cleanup_paths = [
Expand Down

0 comments on commit da94a60

Please sign in to comment.