Skip to content

Commit 23cb967

Browse files
committed
Remove Python 3.10 from two test files
1 parent 64a44fb commit 23cb967

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/test/pin-pipenv-version-test-app/.s2i/environment

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ENABLE_PIPENV=1
2-
{% if spec.version in ["3.6", "3.8", "3.9", "3.10"] %}
2+
{% if spec.version in ["3.6", "3.8", "3.9"] %}
33
PIN_PIPENV_VERSION=2021.5.29
44
{% elif spec.version in ["3.12", "3.13"] %}
55
PIN_PIPENV_VERSION=2023.11.14

src/test/pipenv-test-app/Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name = "pypi"
55

66
[packages]
77
"e1839a8" = {path = ".", editable = true}
8-
{% if spec.version in ["3.6", "3.8", "3.9", "3.10"] %}
8+
{% if spec.version in ["3.6", "3.8", "3.9"] %}
99
requests = "==2.20.0"
1010
{% else %}
1111
requests = "==2.28.2"

0 commit comments

Comments
 (0)