Skip to content

Commit

Permalink
drop python 3.6 support
Browse files Browse the repository at this point in the history
  • Loading branch information
ritchie46 committed Dec 27, 2021
1 parent d766068 commit 1d2649c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/create-py-release-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
os: ["macos-latest", "windows-latest"]
python-version: ["3.6"]
python-version: ["3.7"]
steps:
- uses: actions/checkout@v2
- name: Install latest Rust nightly
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/create-py-universal2-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
os: ["macos-latest"]
python-version: ["3.6"]
python-version: ["3.7"]
steps:
- uses: actions/checkout@v2
- name: Install latest Rust nightly
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [ "3.6", "3.10" ]
python-version: [ "3.7", "3.10" ]
steps:
- uses: actions/checkout@v2
- name: Install latest Rust nightly
Expand Down

0 comments on commit 1d2649c

Please sign in to comment.