Don't test with retired Python 3.7

- https://fedoraproject.org/wiki/Changes/RetirePython3.7
This commit is contained in:
Miro Hrončok 2023-09-27 13:10:54 +02:00
parent c120bdd8e0
commit ef94a7a125
2 changed files with 0 additions and 5 deletions

View File

@ -17,7 +17,6 @@ BuildRequires: pyproject-rpm-macros
# When a new Python is added into RHEL, the new version should be explicitly added.
%if %{undefined rhel}
BuildRequires: python3.6
BuildRequires: python3.7
BuildRequires: python3.8
BuildRequires: python3.9
BuildRequires: python3.10

View File

@ -19,9 +19,6 @@
- marshalparser_compatibility36:
dir: python/marshalparser
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:
dir: python/marshalparser
run: VERSION=3.8 SAMPLE=200 test_marshalparser_compatibility.sh
@ -39,7 +36,6 @@
run: VERSION=3.12 SAMPLE=200 test_marshalparser_compatibility.sh
required_packages:
- python3.6
- python3.7
- python3.8
- python3.9
- python3.10