Skip to content

Commit 33d0d32

Browse files
committed
Updated Python version
1 parent e65be1d commit 33d0d32

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ RUN apt -y update && \
44
apt-get -y install software-properties-common && \
55
add-apt-repository ppa:deadsnakes/ppa && \
66
apt -y install \
7-
python3.9 \
7+
python3.8 \
88
python3-pip \
99
git \
1010
openjdk-8-jdk

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@
2121
author_email='rsdpisuy@gmail.com',
2222
package_data={'': ['*.json'], 'cfpq_data': ['data/*/Grammars/*.txt']},
2323
include_package_data=True,
24-
python_requires='>=3.7',
24+
python_requires='>=3.8',
2525
install_requires=required
2626
)

0 commit comments

Comments
 (0)