Test python 3.8

This commit is contained in:
Grigouze 2020-09-23 10:28:17 +02:00
parent ed14c7f44d
commit 4929411ef2
3 changed files with 3 additions and 1 deletions

View file

@ -4,6 +4,7 @@ python:
- "3.4"
- "3.5"
- "3.6"
- "3.8"
- pypy
- pypy3
matrix:

View file

@ -38,7 +38,7 @@ Use `$ gandi` to easily create and manage web resources from the command line.
## Requirements
* A compatible operating system (Linux, BSD, Mac OS X/Darwin, Windows)
* Python 2.7/3.4/3.5/3.6/3.7
* Python 2.7/3.4/3.5/3.6/3.7/3.8
* openssl
* openssh
* git

View file

@ -72,6 +72,7 @@ setup(name='gandi.cli',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy',
'Topic :: Terminals',