aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2023-03-02 12:44:36 +0100
committerEgor Tensin <Egor.Tensin@gmail.com>2023-03-02 12:44:38 +0100
commit5d425a321c178759afd4ea2c370c5e26c84f75a5 (patch)
tree963820f0f4579ed51e87de183e31207287ac8048
parentpackaging: move to pyproject.toml-only (diff)
downloadcgitize-5d425a321c178759afd4ea2c370c5e26c84f75a5.tar.gz
cgitize-5d425a321c178759afd4ea2c370c5e26c84f75a5.zip
workflows/ci: drop Python 3.6
setuptools 61 doesn't support it (required for pyproject.toml-only configuration).
-rw-r--r--.github/workflows/ci.yml2
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: