Support and test on python 3.8

matrix-appservice
Jason Robinson 2020-12-20 02:51:00 +02:00
rodzic 1dd92a9b51
commit 26e6e4d04d
2 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -1,7 +1,7 @@
# This file is a template, and might need editing before it works on your project.
# Official language image. Look for the different tagged releases at:
# https://hub.docker.com/r/library/python/tags/
image: python:3.6
image: python:3.8
# Change pip's cache directory to be inside the project directory since we can
# only cache local items.

Wyświetl plik

@ -54,6 +54,7 @@ setup(
'Programming Language :: Python :: 3 :: Only',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: Implementation :: CPython',
'Topic :: Communications',
'Topic :: Internet',