mirror of
https://github.com/Gandi/gandi.cli.git
synced 2026-01-11 17:36:26 +00:00
Test python 3.8
This commit is contained in:
parent
ed14c7f44d
commit
4929411ef2
3 changed files with 3 additions and 1 deletions
|
|
@ -4,6 +4,7 @@ python:
|
|||
- "3.4"
|
||||
- "3.5"
|
||||
- "3.6"
|
||||
- "3.8"
|
||||
- pypy
|
||||
- pypy3
|
||||
matrix:
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
1
setup.py
1
setup.py
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue