From 527d6d8934357582db55c403e4510a84772d9282 Mon Sep 17 00:00:00 2001 From: Gabriel Fioravante Date: Sat, 23 Mar 2024 12:37:52 -0300 Subject: [PATCH] release 1.0.1 (#147) --- .github/workflows/main.yml | 8 +++----- setup.cfg | 3 +-- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 368ecf7..e96321d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -6,11 +6,9 @@ jobs: strategy: fail-fast: false matrix: - python: ["3.8", "3.8", "3.9", "3.10", "3.11"] + python: ["3.9", "3.10", "3.11"] os: [ubuntu-latest, windows-latest, macos-latest] include: - - python: "3.8" - tox_env: "py38" - python: "3.9" tox_env: "py39" - python: "3.10" @@ -37,7 +35,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v2 with: - python-version: "3.8" + python-version: "3.9" - name: Install tox run: | python -m pip install --upgrade pip setuptools @@ -54,7 +52,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v2 with: - python-version: "3.8" + python-version: "3.9" - name: Install wheel run: | python -m pip install --upgrade pip setuptools diff --git a/setup.cfg b/setup.cfg index dfb962e..a87d21d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -14,7 +14,6 @@ classifiers= Intended Audience :: Developers License :: OSI Approved :: MIT License Operating System :: OS Independent - Programming Language :: Python :: 3.8 Programming Language :: Python :: 3.9 Programming Language :: Python :: 3.10 Programming Language :: Python :: 3.11 @@ -24,7 +23,7 @@ classifiers= [options] packages = find: -python_requires = >= 3.8 +python_requires = >= 3.9 [options.packages.find] exclude = docs, tests