Skip to content

Commit

Permalink
Remove Python 3.9 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
jarun committed Oct 10, 2020
1 parent 8b128d1 commit 6ca0046
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 8 deletions.
6 changes: 0 additions & 6 deletions .circleci/config.yml
Expand Up @@ -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
Expand Down Expand Up @@ -104,7 +99,6 @@ workflows:
- py36
- py37
- py38
- py39

nightly:
triggers:
Expand Down
1 change: 0 additions & 1 deletion setup.py
Expand Up @@ -104,7 +104,6 @@
'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'
]
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
@@ -1,5 +1,5 @@
[tox]
envlist = python36,python37,python38,python39,pylint,flake8
envlist = python36,python37,python38,pylint,flake8

[flake8]
max-line-length = 139
Expand Down

0 comments on commit 6ca0046

Please sign in to comment.