Skip to content

Commit

Permalink
Switch to Python 3.11
Browse files Browse the repository at this point in the history
Update config.yml
  • Loading branch information
crazyuploader authored Aug 21, 2024
1 parent 8bb33c5 commit dbb9a28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ version: 2.1
jobs:
build:
docker:
- image: "crazyuploader/python_build_tools:latest"
- image: "python:3.11-bookworm"
steps:
- checkout
- run:
name: Installing Dependencies
command: |
pip install pipenv --break-system-packages
pip install pipenv
pipenv install --system
- run:
name: Running main.py
Expand Down

0 comments on commit dbb9a28

Please sign in to comment.