Skip to content

Commit

Permalink
Merge pull request #814 from girder/update-python-minor-versions
Browse files Browse the repository at this point in the history
Update minor versions of python used in testing.
  • Loading branch information
manthey authored Apr 4, 2022
2 parents d05e517 + 85415cf commit 976d8d6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ jobs:
steps:
- checkout
- allservices:
version: 3.7.11
version: 3.7.13
node: v12
- tox:
env: test-py37
Expand All @@ -152,7 +152,7 @@ jobs:
steps:
- checkout
- allservices:
version: 3.8.12
version: 3.8.13
node: v12
- tox:
env: test-py38
Expand All @@ -165,7 +165,7 @@ jobs:
steps:
- checkout
- allservices:
version: 3.9.9
version: 3.9.12
node: v12
- tox:
env: test-py39
Expand All @@ -178,7 +178,7 @@ jobs:
steps:
- checkout
- allservices:
version: 3.10.0
version: 3.10.4
node: v12
- tox:
env: test-py310
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.9 3.8.12 3.7.12 3.6.15 3.10.0"
PYTHON_VERSIONS="3.9.12 3.8.13 3.7.13 3.6.15 3.10.4"

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

0 comments on commit 976d8d6

Please sign in to comment.