Skip to content

Commit

Permalink
Make python 3.13 version of virtual packages the default. batch 1.10 (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
smoser authored Dec 13, 2024
1 parent 595e2f2 commit 717f56b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions py3-deprecation.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: py3-deprecation
version: 2.1.0
epoch: 4
epoch: 5
description: A library to handle automated deprecations
copyright:
- license: Apache-2.0
Expand All @@ -18,7 +18,7 @@ data:
3.10: '310'
3.11: '311'
3.12: '312'
3.13: '300'
3.13: '313'

environment:
contents:
Expand Down
4 changes: 2 additions & 2 deletions py3-diffoscope.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
package:
name: py3-diffoscope
version: "284"
epoch: 0
epoch: 1
description: in-depth comparison of files, archives, and directories
copyright:
- license: GPL-3.0-or-later
Expand Down Expand Up @@ -72,7 +72,7 @@ data:
"3.10": "310"
"3.11": "311"
"3.12": "312"
"3.13": "300"
"3.13": "313"

update:
enabled: true
Expand Down
4 changes: 2 additions & 2 deletions py3-dill.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
package:
name: py3-dill
version: 0.3.9
epoch: 1
epoch: 2
description: serialize all of Python
copyright:
- license: BSD-3-Clause
Expand All @@ -18,7 +18,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 717f56b

Please sign in to comment.