Skip to content

Commit

Permalink
python 3.13 for flit-core, install, pip, wheel. (#29299)
Browse files Browse the repository at this point in the history
  • Loading branch information
smoser authored Sep 25, 2024
1 parent 31f1d3a commit 6afd41b
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 6 deletions.
4 changes: 3 additions & 1 deletion py3-flit-core.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: py3-flit-core
version: 3.9.0
epoch: 2
epoch: 3
description: "simple packaging tool for simple packages (core)"
copyright:
- license: BSD-3-Clause
Expand All @@ -17,6 +17,7 @@ data:
3.10: "310"
3.11: "311"
3.12: "312"
3.13: "300"

environment:
contents:
Expand Down Expand Up @@ -66,6 +67,7 @@ subpackages:
- py3.10-${{vars.pypi-package}}
- py3.11-${{vars.pypi-package}}
- py3.12-${{vars.pypi-package}}
- py3.13-${{vars.pypi-package}}

update:
enabled: true
Expand Down
4 changes: 3 additions & 1 deletion py3-installer.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: py3-installer
version: 0.7.0
epoch: 7
epoch: 8
description: A library for installing Python wheels.
copyright:
- license: "MIT"
Expand All @@ -17,6 +17,7 @@ data:
3.10: "310"
3.11: "311"
3.12: "312"
3.13: "300"

environment:
contents:
Expand Down Expand Up @@ -52,6 +53,7 @@ subpackages:
- py3.10-${{vars.pypi-package}}
- py3.11-${{vars.pypi-package}}
- py3.12-${{vars.pypi-package}}
- py3.13-${{vars.pypi-package}}

update:
enabled: true
Expand Down
8 changes: 5 additions & 3 deletions py3-pip.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: py3-pip
version: "24.2"
epoch: 2
epoch: 3
description: The PyPA recommended tool for installing Python packages.
copyright:
- license: MIT
Expand All @@ -17,6 +17,7 @@ data:
3.10: "310"
3.11: "311"
3.12: "312"
3.13: "300"

environment:
contents:
Expand Down Expand Up @@ -70,9 +71,10 @@ subpackages:
description: meta package providing ${{vars.pypi-package}} for supported python versions.
dependencies:
runtime:
- py3.12-${{vars.pypi-package}}-base
- py3.11-${{vars.pypi-package}}-base
- py3.10-${{vars.pypi-package}}-base
- py3.11-${{vars.pypi-package}}-base
- py3.12-${{vars.pypi-package}}-base
- py3.13-${{vars.pypi-package}}-base

- name: py3-pip-wheel
description: "wheel of pip"
Expand Down
4 changes: 3 additions & 1 deletion py3-wheel.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: py3-wheel
version: 0.44.0
epoch: 0
epoch: 1
description: "built-package format for Python"
copyright:
- license: MIT
Expand All @@ -17,6 +17,7 @@ data:
3.10: "310"
3.11: "311"
3.12: "312"
3.13: "300"

environment:
contents:
Expand Down Expand Up @@ -61,6 +62,7 @@ subpackages:
- py3.10-${{vars.pypi-package}}
- py3.11-${{vars.pypi-package}}
- py3.12-${{vars.pypi-package}}
- py3.13-${{vars.pypi-package}}

update:
enabled: true
Expand Down

0 comments on commit 6afd41b

Please sign in to comment.