We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e65be1d commit 33d0d32Copy full SHA for 33d0d32
Dockerfile
@@ -4,7 +4,7 @@ RUN apt -y update && \
4
apt-get -y install software-properties-common && \
5
add-apt-repository ppa:deadsnakes/ppa && \
6
apt -y install \
7
- python3.9 \
+ python3.8 \
8
python3-pip \
9
git \
10
openjdk-8-jdk
setup.py
@@ -21,6 +21,6 @@
21
author_email='rsdpisuy@gmail.com',
22
package_data={'': ['*.json'], 'cfpq_data': ['data/*/Grammars/*.txt']},
23
include_package_data=True,
24
- python_requires='>=3.7',
+ python_requires='>=3.8',
25
install_requires=required
26
)
0 commit comments