Skip to content

Commit

Permalink
updating to Python 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
jonrkarr committed Apr 29, 2021
1 parent c264087 commit dc1288e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
- name: Install Python
uses: actions/setup-python@v2
with:
python-version: '3.7'
python-version: '3.9'

- name: Setup pip cache
uses: actions/cache@v2
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# -o /root/out

# Base OS
FROM python:3.7.9-slim-buster
FROM python:3.9-slim-buster

ARG VERSION="0.1.8"
ARG SIMULATOR_VERSION="2.2.0"
Expand All @@ -29,7 +29,7 @@ LABEL \
org.opencontainers.image.vendor="BioSimulators Team" \
org.opencontainers.image.licenses="Apache-2.0" \
\
base_image="python:3.7.9-slim-buster" \
base_image="python:3.9-slim-buster" \
version="${VERSION}" \
software="tellurium" \
software.version="${SIMULATOR_VERSION}" \
Expand Down

0 comments on commit dc1288e

Please sign in to comment.