diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2021-12-29 17:24:22 -0500 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2021-12-29 17:24:22 -0500 |
| commit | d8e82cbefdde64aad947f196477312f82e06ac1e (patch) | |
| tree | b8fbcdbc761a0c6adab2b702d7a060ed56cb1a65 /.github/workflows | |
| parent | 0dfbfb81c67708aa55aa35bf612bd6769eb4eaa4 (diff) | |
| download | python-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.yml | 1 |
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: |
