Skip to content

Commit

Permalink
Merge pull request #32 from rmartin16/bump-python
Browse files Browse the repository at this point in the history
Bump Python from 20231002 to 20240107
  • Loading branch information
freakboy3742 authored Jan 10, 2024
2 parents 593c030 + bd0326e commit eabd54d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 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+20231002"',
"3.9": 'support_revision = "3.9.18+20231002"',
"3.10": 'support_revision = "3.10.13+20231002"',
"3.11": 'support_revision = "3.11.6+20231002"',
"3.12": 'support_revision = "3.12.0+20231002"',
"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"',
}.get(cookiecutter.python_version|py_tag, "") }}


Expand Down
4 changes: 0 additions & 4 deletions {{ cookiecutter.format }}/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,6 @@ modules:
- cp -r support/python/include/* /app/include
- mkdir -p /app/lib
- cp -r support/python/lib/* /app/lib
# Remove clang-specific flags from configurations
- sed -i "s/-fdebug-default-version=4//g" /app/bin/python3-config
- sed -i "s/-fdebug-default-version=4//g" /app/bin/python3.{{ cookiecutter.python_version.split('.')[1] }}-config
- find /app/lib/python3.{{ cookiecutter.python_version.split('.')[1] }}/ -maxdepth 1 -name '_sysconfigdata_*.py' -exec sed -i "s/-fdebug-default-version=4//g" {} \;
sources:
- type: dir
path: support/python
Expand Down

0 comments on commit eabd54d

Please sign in to comment.