File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1- FROM python:3.7.3 -slim-stretch
1+ FROM python:3.7-slim-buster
22
33WORKDIR /app
44
Original file line number Diff line number Diff line change 1- FROM python:3.8-rc-slim-stretch
1+ FROM python:3.8-rc-slim-buster
22
33ARG SYSTEM_PACKAGES="make"
44
Original file line number Diff line number Diff line change @@ -6,11 +6,11 @@ Python wrapper and CLI for [CloudEndure](https://www.cloudendure.com/)
66
77[ Documentation] ( https://mbeacom.github.io/cloudendure-python/ )
88
9- Package version: ` 0.0.6 `
9+ Package version: ` 0.0.7 `
1010
1111## Requirements
1212
13- [ Python 3.6 +] ( https://www.python.org/downloads/ )
13+ [ Python 3.7 +] ( https://www.python.org/downloads/ )
1414
1515## Installation & Usage
1616
Original file line number Diff line number Diff line change 2222URL : str = "https://github.com/mbeacom/cloudendure-python"
23232424AUTHOR : str = "Mark Beacom"
25- REQUIRES_PYTHON : str = ">=3.6 .0"
26- VERSION : str = "0.0.6 "
25+ REQUIRES_PYTHON : str = ">=3.7 .0"
26+ VERSION : str = "0.0.7 "
2727
2828REQUIRED : List [str ] = ["requests" , "boto3" , "fire" ]
2929EXTRAS : Dict [str , List [str ]] = {
@@ -138,9 +138,9 @@ def run(self):
138138 "Operating System :: POSIX :: Linux" ,
139139 "Programming Language :: Python" ,
140140 "Programming Language :: Python :: 3" ,
141- "Programming Language :: Python :: 3.6" ,
142141 "Programming Language :: Python :: 3.7" ,
143142 "Programming Language :: Python :: 3.8" ,
143+ "Programming Language :: Python :: 3.9" ,
144144 "Programming Language :: Python :: 3 :: Only" ,
145145 "Programming Language :: Python :: Implementation :: CPython" ,
146146 "Topic :: Internet" ,
You can’t perform that action at this time.
0 commit comments