Skip to content

Commit

Permalink
Merge pull request #6080 from philipphomberger/feature/droppy3.6
Browse files Browse the repository at this point in the history
Drop Python 3.6 testing for ST2 3.9.0
  • Loading branch information
cognifloyd authored Apr 22, 2024
2 parents 5865d12 + 658600b commit bb4e3f2
Show file tree
Hide file tree
Showing 2 changed files with 4 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 @@ -43,7 +43,7 @@ jobs:
# Run st2 Integration tests
integration:
docker:
- image: circleci/python:3.6
- image: circleci/python:3.8
- image: mongo:4.0
- image: rabbitmq:3
working_directory: ~/st2
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
# Run st2 Lint Checks
lint:
docker:
- image: circleci/python:3.6
- image: circleci/python:3.8
- image: mongo:4.0
- image: rabbitmq:3
working_directory: ~/st2
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ Changed
* Bumped `jsonschema` 2.6.0 -> 3.2.0 now that python3.6 is not supported. #6118
* Bumped many deps based on the lockfile generated by pants+pex. #6181 (by @cognifloyd and @nzlosh)
* Switch to python3's standard lib unittest from unittest2, a backport of python3 unittest features for python2. #6187 (by @nzlosh)
* Drop Python 3.6 testing in CircleCI. #6080
Contributed by (@philipphomberger Schwarz IT KG)

Added
~~~~~
Expand Down

0 comments on commit bb4e3f2

Please sign in to comment.