diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2022-01-03 12:29:44 -0500 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2022-01-03 12:29:44 -0500 |
| commit | 14c6daf55f41e4a2c2544578519fa68ba4ce6d72 (patch) | |
| tree | 6a5cf92736b739cc22e3be6f291500f8c62f3480 /.github/workflows | |
| parent | 41fa663c9da93ca1af98ce2ae397c02e4b3062e8 (diff) | |
| parent | 1560a1fe4e56e00392d3658a59e6fc7238e26a8a (diff) | |
| download | python-setuptools-git-14c6daf55f41e4a2c2544578519fa68ba4ce6d72.tar.gz | |
Merge https://github.com/pypa/distutils
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 5a01e9a5..94d0a08e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -12,6 +12,7 @@ jobs: python: - pypy-3.7 - 3.7 + - 3.8 - 3.9 - "3.10" platform: |
