Skip to content

Commit

Permalink
Merge #492
Browse files Browse the repository at this point in the history
492: chore: drop python 3.6 support r=ChrisRBe a=ChrisRBe

Python 3.6 reached end of life at the end of 2021. 

The actual script should still run, but some components required for the devenv no longer support Python 3.6.

Co-authored-by: ChrisRBe <31167512+ChrisRBe@users.noreply.github.com>
  • Loading branch information
bors[bot] and ChrisRBe authored Jan 30, 2022
2 parents 2cb5ebe + dbe3fea commit e27a09c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/bors.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
status = ["build (3.6)", "build (3.7)", "build (3.8)", "build (3.9)", "build (3.10)"]
status = ["build (3.7)", "build (3.8)", "build (3.9)", "build (3.10)"]
delete_merged_branches = true
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"]
python-version: ["3.7", "3.8", "3.9", "3.10"]

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

0 comments on commit e27a09c

Please sign in to comment.