Skip to content

Commit

Permalink
drop 3.7 for 3.8 (but keep 2.7 for now)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonwright committed Oct 31, 2023
1 parent 6a21187 commit ab4597f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
docker:
# specify the version you desire here
# use `-browsers` prefix for selenium tests, e.g. `3.6.1-browsers`
- image: circleci/python:3.6.1
- image: circleci/python:3.8.0

# Specify service dependencies here if necessary
# CircleCI maintains a library of pre-built images
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_flake_pytest_ubuntu2004.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["2.7", "3.7", "3.x"]
python-version: ["2.7", "3.8", "3.x"]

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit ab4597f

Please sign in to comment.