1
0
Fork 0
mirror of https://github.com/ldericher/fftcgtool synced 2025-01-15 15:02:59 +00:00

Python3.8

This commit is contained in:
Jörn-Michael Miehe 2021-08-04 20:30:42 +02:00
parent 0379ed074a
commit 28293118da
4 changed files with 9 additions and 6 deletions

View file

@ -1,8 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="PYTHON_MODULE" version="4">
<component name="NewModuleRootManager">
<content url="file://$MODULE_DIR$" />
<orderEntry type="inheritedJdk" />
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/fftcg" isTestSource="false" />
<excludeFolder url="file://$MODULE_DIR$/out" />
</content>
<orderEntry type="jdk" jdkName="Pipenv (fftcgtool_v2)" jdkType="Python SDK" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>

View file

@ -1,4 +1,4 @@
FROM python:3.6-alpine
FROM python:3.8-alpine
ENV PYTHONUNBUFFERED 1

View file

@ -11,4 +11,4 @@ pillow = "*"
roman = "*"
[requires]
python_version = "3.6"
python_version = "3.8"

4
Pipfile.lock generated
View file

@ -1,11 +1,11 @@
{
"_meta": {
"hash": {
"sha256": "b4a419cd1c9cb31843b62441f0f8b04d2a88a9b3e4c86e01eb077f9c7f6d6e83"
"sha256": "fe611914a3a46d2834978ca4ab586c8273140df68e5fc593e585770f27e145ab"
},
"pipfile-spec": 6,
"requires": {
"python_version": "3.6"
"python_version": "3.8"
},
"sources": [
{