Skip to content

Commit 93143d5

Browse files
authored
Merge pull request #67483 from aborrero/arturo-update-20250926-1711-1
py3-rouge-score: py3.10: drop support
2 parents b1e0036 + bf9e9bb commit 93143d5

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

py3-rouge-score.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package:
22
name: py3-rouge-score
33
version: 0.1.2
4-
epoch: 5
4+
epoch: 6
55
description: Pure python implementation of ROUGE-1.5.5
66
copyright:
77
- license: Apache-2.0
@@ -20,7 +20,6 @@ vars:
2020
data:
2121
- name: py-versions
2222
items:
23-
3.10: '310'
2423
3.11: '311'
2524
3.12: '312'
2625
3.13: '313'
@@ -66,7 +65,6 @@ subpackages:
6665
description: meta package providing ${{vars.pypi-package}} for supported python versions.
6766
dependencies:
6867
runtime:
69-
- py3.10-${{vars.pypi-package}}
7068
- py3.11-${{vars.pypi-package}}
7169
- py3.12-${{vars.pypi-package}}
7270
- py3.13-${{vars.pypi-package}}

0 commit comments

Comments
 (0)