Skip to content

Commit

Permalink
Merge pull request #113 from shaneknapp/bump-python-version-builds
Browse files Browse the repository at this point in the history
hopefully this won't break TOO much lol
  • Loading branch information
shaneknapp authored Oct 16, 2023
2 parents 995718d + 7c948c7 commit 78e3320
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ jobs:
- run:
name: setup dependencies
command: |
pyenv global 3.7.0
sudo apt-get install tk-dev
pyenv install 3.11.0
pyenv global 3.11.0
python3 -m venv venv
source venv/bin/activate
pip install --upgrade pip setuptools
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.8-slim-buster
FROM python:3.11-slim-buster

# Software in Dockerfile to manually bump versions on:
# - gcloud: https://cloud.google.com/sdk/docs/downloads-versioned-archives
Expand Down

0 comments on commit 78e3320

Please sign in to comment.