summaryrefslogtreecommitdiff
path: root/.github/workflows/python-package.yml
diff options
context:
space:
mode:
authorBob Halley <halley@dnspython.org>2022-03-05 13:06:06 -0800
committerBob Halley <halley@dnspython.org>2022-03-05 13:06:06 -0800
commitf950862a341a6559126235c892ff516e114f14fd (patch)
tree16670b8e9a5d5129bd711c821e8e331365254305 /.github/workflows/python-package.yml
parent0009b775cf7450bfe2a71c372913ba124dd13027 (diff)
downloaddnspython-f950862a341a6559126235c892ff516e114f14fd.tar.gz
Set minimum Python version to 3.7.
Diffstat (limited to '.github/workflows/python-package.yml')
-rw-r--r--.github/workflows/python-package.yml4
1 files changed, 1 insertions, 3 deletions
diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml
index 40cc639..8954a48 100644
--- a/.github/workflows/python-package.yml
+++ b/.github/workflows/python-package.yml
@@ -18,7 +18,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest]
- python-version: ["3.6","3.7","3.8","3.9","3.10"]
+ python-version: ["3.7","3.8","3.9","3.10"]
exclude:
- os: windows-latest
python-version: "3.9"
@@ -26,8 +26,6 @@ jobs:
python-version: "3.8"
- os: windows-latest
python-version: "3.7"
- - os: windows-latest
- python-version: "3.6"
steps:
- uses: actions/checkout@v2