summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2021-12-29 17:24:22 -0500
committerJason R. Coombs <jaraco@jaraco.com>2021-12-29 17:24:22 -0500
commitd8e82cbefdde64aad947f196477312f82e06ac1e (patch)
treeb8fbcdbc761a0c6adab2b702d7a060ed56cb1a65 /.github/workflows
parent0dfbfb81c67708aa55aa35bf612bd6769eb4eaa4 (diff)
downloadpython-setuptools-git-d8e82cbefdde64aad947f196477312f82e06ac1e.tar.gz
Include Python 3.8 in tests. Ref pypa/distutils#100.
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/main.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 37087511..35685723 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -12,6 +12,7 @@ jobs:
matrix:
python:
- 3.7
+ - 3.8
- 3.9
- "3.10"
platform: