Don't test with retired Python 3.7
- https://fedoraproject.org/wiki/Changes/RetirePython3.7
This commit is contained in:
parent
c120bdd8e0
commit
ef94a7a125
@ -17,7 +17,6 @@ BuildRequires: pyproject-rpm-macros
|
|||||||
# When a new Python is added into RHEL, the new version should be explicitly added.
|
# When a new Python is added into RHEL, the new version should be explicitly added.
|
||||||
%if %{undefined rhel}
|
%if %{undefined rhel}
|
||||||
BuildRequires: python3.6
|
BuildRequires: python3.6
|
||||||
BuildRequires: python3.7
|
|
||||||
BuildRequires: python3.8
|
BuildRequires: python3.8
|
||||||
BuildRequires: python3.9
|
BuildRequires: python3.9
|
||||||
BuildRequires: python3.10
|
BuildRequires: python3.10
|
||||||
|
@ -19,9 +19,6 @@
|
|||||||
- marshalparser_compatibility36:
|
- marshalparser_compatibility36:
|
||||||
dir: python/marshalparser
|
dir: python/marshalparser
|
||||||
run: VERSION=3.6 SAMPLE=200 test_marshalparser_compatibility.sh
|
run: VERSION=3.6 SAMPLE=200 test_marshalparser_compatibility.sh
|
||||||
- marshalparser_compatibility37:
|
|
||||||
dir: python/marshalparser
|
|
||||||
run: VERSION=3.7 SAMPLE=200 test_marshalparser_compatibility.sh
|
|
||||||
- marshalparser_compatibility38:
|
- marshalparser_compatibility38:
|
||||||
dir: python/marshalparser
|
dir: python/marshalparser
|
||||||
run: VERSION=3.8 SAMPLE=200 test_marshalparser_compatibility.sh
|
run: VERSION=3.8 SAMPLE=200 test_marshalparser_compatibility.sh
|
||||||
@ -39,7 +36,6 @@
|
|||||||
run: VERSION=3.12 SAMPLE=200 test_marshalparser_compatibility.sh
|
run: VERSION=3.12 SAMPLE=200 test_marshalparser_compatibility.sh
|
||||||
required_packages:
|
required_packages:
|
||||||
- python3.6
|
- python3.6
|
||||||
- python3.7
|
|
||||||
- python3.8
|
- python3.8
|
||||||
- python3.9
|
- python3.9
|
||||||
- python3.10
|
- python3.10
|
||||||
|
Loading…
Reference in New Issue
Block a user