Skip to content

Commit

Permalink
py3-wheel - Update virtual to prefer python-3.13 package. (#36421)
Browse files Browse the repository at this point in the history
see similar changes #36330. This
package is part of 3 that have a dependency loop if all updated together
(py3-pip, py3-supported-python, py3-wheel).
  • Loading branch information
smoser authored Dec 11, 2024
1 parent a66f6a2 commit 61371cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions py3-wheel.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: py3-wheel
version: 0.45.1
epoch: 0
epoch: 1
description: "built-package format for Python"
copyright:
- license: MIT
Expand All @@ -17,7 +17,7 @@ data:
3.10: "310"
3.11: "311"
3.12: "312"
3.13: "300"
3.13: "313"

environment:
contents:
Expand Down

0 comments on commit 61371cf

Please sign in to comment.