Skip to content

Commit

Permalink
Bump Python from 20240107 to 20240224
Browse files Browse the repository at this point in the history
  • Loading branch information
rmartin16 committed Feb 25, 2024
1 parent 57b87d9 commit 36ded47
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions {{ cookiecutter.format }}/briefcase.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ app_path = "src/app"
app_requirements_path = "requirements.txt"
support_path = "support"
{{ {
"3.8": 'support_revision = "3.8.18+20240107"',
"3.9": 'support_revision = "3.9.18+20240107"',
"3.10": 'support_revision = "3.10.13+20240107"',
"3.11": 'support_revision = "3.11.7+20240107"',
"3.12": 'support_revision = "3.12.1+20240107"',
"3.8": 'support_revision = "3.8.18+20240224"',
"3.9": 'support_revision = "3.9.18+20240224"',
"3.10": 'support_revision = "3.10.13+20240224"',
"3.11": 'support_revision = "3.11.8+20240224"',
"3.12": 'support_revision = "3.12.2+20240224"',
}.get(cookiecutter.python_version|py_tag, "") }}


Expand Down

0 comments on commit 36ded47

Please sign in to comment.