Skip to content

Commit

Permalink
Merge pull request #650 from girder/test-python-version
Browse files Browse the repository at this point in the history
Update minor python versions for tests
  • Loading branch information
manthey authored Sep 6, 2021
2 parents 9c6f810 + 2affd87 commit 4e1bb5b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ jobs:
steps:
- checkout
- allservices:
version: 3.8.11
version: 3.8.12
node: v12
- tox:
env: py38
Expand All @@ -157,7 +157,7 @@ jobs:
steps:
- checkout
- allservices:
version: 3.9.6
version: 3.9.7
node: v12
- tox:
env: py39
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ENV DEBIAN_FRONTEND=noninteractive \
LANG=en_US.UTF-8 \
PYENV_ROOT="/.pyenv" \
PATH="/.pyenv/bin:/.pyenv/shims:$PATH" \
PYTHON_VERSIONS="3.9.6 3.8.11 3.7.11 3.6.14"
PYTHON_VERSIONS="3.9.7 3.8.12 3.7.11 3.6.14"

RUN apt-get update && \
apt-get install -y --no-install-recommends \
Expand Down

0 comments on commit 4e1bb5b

Please sign in to comment.