Skip to content

Commit

Permalink
Test on Python 3.9.
Browse files Browse the repository at this point in the history
  • Loading branch information
manthey committed Oct 29, 2020
1 parent ac362dc commit 87bcc0a
Show file tree
Hide file tree
Showing 18 changed files with 36 additions and 1 deletion.
16 changes: 16 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,13 @@ jobs:
- tox:
env: py38
- coverage
py39:
executor: toxandnode
steps:
- checkout
- tox:
env: py39
- coverage
lint_and_docs:
executor: toxandnode
steps:
Expand Down Expand Up @@ -158,6 +165,13 @@ workflows:
branches:
ignore:
- gh-pages
- py39:
filters:
tags:
only: /^v.*/
branches:
ignore:
- gh-pages
- lint_and_docs:
filters:
tags:
Expand All @@ -172,6 +186,7 @@ workflows:
- py36
- py37
- py38
- py39
- lint_and_docs
filters:
tags:
Expand All @@ -186,6 +201,7 @@ workflows:
- py36
- py37
- py38
- py39
- lint_and_docs
filters:
tags:
Expand Down
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ python:
- "3.6"
- "3.7"
- "3.8"
- "3.9"
services:
- mongodb
- memcached
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Unreleased

### Improvements
- Reduce caching associated images when the parent item changes (#491)
- Test with Python 3.9 (#493)

## Version 1.3.1

### Improvements
Expand Down
1 change: 1 addition & 0 deletions girder/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ def prerelease_local_scheme(version):
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
],
install_requires=[
'enum34>=1.1.6;python_version<"3.4"',
Expand Down
1 change: 1 addition & 0 deletions girder_annotation/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ def prerelease_local_scheme(version):
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
],
install_requires=[
'jsonschema>=2.5.1',
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ def prerelease_local_scheme(version):
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
],
install_requires=[
'cachetools>=3.0.0',
Expand Down
1 change: 1 addition & 0 deletions sources/bioformats/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ def prerelease_local_scheme(version):
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
],
install_requires=[
'large-image>=1.0.0',
Expand Down
1 change: 1 addition & 0 deletions sources/dummy/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ def prerelease_local_scheme(version):
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
],
install_requires=[
'large-image>=1.0.0',
Expand Down
1 change: 1 addition & 0 deletions sources/gdal/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ def prerelease_local_scheme(version):
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
],
install_requires=[
'large-image>=1.0.0',
Expand Down
1 change: 1 addition & 0 deletions sources/mapnik/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ def prerelease_local_scheme(version):
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
],
install_requires=[
'large-image>=1.0.0',
Expand Down
1 change: 1 addition & 0 deletions sources/nd2/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ def prerelease_local_scheme(version):
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
],
install_requires=[
'large-image>=1.0.0',
Expand Down
1 change: 1 addition & 0 deletions sources/ometiff/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ def prerelease_local_scheme(version):
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
],
install_requires=[
'large-image>=1.0.0',
Expand Down
1 change: 1 addition & 0 deletions sources/openjpeg/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ def prerelease_local_scheme(version):
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
],
install_requires=[
'large-image>=1.0.0',
Expand Down
1 change: 1 addition & 0 deletions sources/openslide/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ def prerelease_local_scheme(version):
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
],
install_requires=[
'large-image>=1.0.0',
Expand Down
1 change: 1 addition & 0 deletions sources/pil/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ def prerelease_local_scheme(version):
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
],
install_requires=[
'large-image>=1.0.0',
Expand Down
1 change: 1 addition & 0 deletions sources/test/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ def prerelease_local_scheme(version):
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
],
install_requires=[
'large-image>=1.0.0',
Expand Down
1 change: 1 addition & 0 deletions sources/tiff/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ def prerelease_local_scheme(version):
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
],
install_requires=[
'large-image>=1.0.0',
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tox]
envlist =
py{27,35,36,37,38}
py{27,35,36,37,38,39}
docs
flake8
lintclient
Expand Down

0 comments on commit 87bcc0a

Please sign in to comment.