diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-03-02 12:44:36 +0100 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-03-02 12:44:38 +0100 |
commit | 5d425a321c178759afd4ea2c370c5e26c84f75a5 (patch) | |
tree | 963820f0f4579ed51e87de183e31207287ac8048 /.github | |
parent | packaging: move to pyproject.toml-only (diff) | |
download | cgitize-5d425a321c178759afd4ea2c370c5e26c84f75a5.tar.gz cgitize-5d425a321c178759afd4ea2c370c5e26c84f75a5.zip |
workflows/ci: drop Python 3.6
setuptools 61 doesn't support it (required for pyproject.toml-only
configuration).
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 51fd8f0..0585f94 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-20.04 strategy: matrix: - python-version: ['3.6', '3.7', '3.8', '3.9', '3.10'] + python-version: ['3.7', '3.8', '3.9', '3.10'] name: 'Test / ${{ matrix.python-version }}' env: # API request rate limit is easily exceeded otherwise: |