File tree Expand file tree Collapse file tree
.github/workflows/scripts Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ RUN pip3 install \
2323
2424RUN mkdir -p /etc/nginx/pulp/
2525{% for item in plugins %}
26- RUN ln /usr/local/lib/python3.6 /site-packages/{{ item.name }}/app/webserver_snippets/nginx.conf /etc/nginx/pulp/{{ item.name }}.conf || true
26+ RUN ln /usr/local/lib/python3.8 /site-packages/{{ item.name }}/app/webserver_snippets/nginx.conf /etc/nginx/pulp/{{ item.name }}.conf || true
2727{% endfor %}
2828
2929ENTRYPOINT ["/init"]
Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ echo "Checking for uncommitted migrations..."
9393cmd_prefix bash -c " django-admin makemigrations --check --dry-run"
9494
9595# Run unit tests.
96- cmd_prefix bash -c " PULP_DATABASES__default__USER=postgres django-admin test --noinput /usr/local/lib/python3.6 /site-packages/pulp_python/tests/unit/"
96+ cmd_prefix bash -c " PULP_DATABASES__default__USER=postgres django-admin test --noinput /usr/local/lib/python3.8 /site-packages/pulp_python/tests/unit/"
9797
9898# Run functional tests
9999export PYTHONPATH=$REPO_ROOT :$REPO_ROOT /../pulpcore${PYTHONPATH: +: ${PYTHONPATH} }
Original file line number Diff line number Diff line change 1515 long_description = long_description ,
1616 long_description_content_type = "text/markdown" ,
1717 license = "GPLv2+" ,
18- python_requires = ">=3.6 " ,
18+ python_requires = ">=3.8 " ,
1919 author = "Pulp Project Developers" ,
2020 author_email = "pulp-list@redhat.com" ,
2121 url = "https://www.pulpproject.org" ,
2929 "Framework :: Django" ,
3030 "Programming Language :: Python" ,
3131 "Programming Language :: Python :: 3" ,
32- "Programming Language :: Python :: 3.6 " ,
33- "Programming Language :: Python :: 3.7 " ,
32+ "Programming Language :: Python :: 3.8 " ,
33+ "Programming Language :: Python :: 3.9 " ,
3434 ),
3535 entry_points = {"pulpcore.plugin" : ["pulp_python = pulp_python:default_app_config" , ]},
3636)
You can’t perform that action at this time.
0 commit comments