Remove Python 3.9 for now
This commit is contained in:
parent
8b128d1560
commit
6ca0046457
@ -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:
|
||||
|
1
setup.py
1
setup.py
@ -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'
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user