Add support for Python 3.8 (#11)

master
Hugo van Kemenade 2019-12-24 00:40:50 +02:00 zatwierdzone przez Flynn
rodzic d572232084
commit a33a021196
2 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -9,6 +9,7 @@ python:
- "3.5"
- "3.6"
- "3.7"
- "3.8"
before_install:
- pip install poetry==0.12.17
install:

Wyświetl plik

@ -45,6 +45,7 @@ classifiers = [
"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",
"Topic :: Scientific/Engineering",
"Topic :: Scientific/Engineering :: Mathematics",