Remove Python 3.9 for now

This commit is contained in:
Arun Prakash Jana 2020-10-10 17:47:57 +05:30
parent 8b128d1560
commit 6ca0046457
No known key found for this signature in database
GPG Key ID: A75979F35C080412
3 changed files with 1 additions and 8 deletions

View File

@ -42,11 +42,6 @@ jobs:
- image: python:3.8-slim
<<: *test-template
py39:
docker:
- image: python:3.9-slim
<<: *test-template
package-and-publish:
machine: true
working_directory: ~/Buku
@ -104,7 +99,6 @@ workflows:
- py36
- py37
- py38
- py39
nightly:
triggers:

View File

@ -104,7 +104,6 @@ setup(
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Topic :: Internet :: WWW/HTTP :: Indexing/Search',
'Topic :: Utilities'
]

View File

@ -1,5 +1,5 @@
[tox]
envlist = python36,python37,python38,python39,pylint,flake8
envlist = python36,python37,python38,pylint,flake8
[flake8]
max-line-length = 139