Skip to content

Commit

Permalink
release 1.0.1 (#147)
Browse files Browse the repository at this point in the history
  • Loading branch information
northernSage authored Mar 23, 2024
1 parent 566fe4e commit 527d6d8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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
Expand All @@ -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
Expand Down
3 changes: 1 addition & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -24,7 +23,7 @@ classifiers=

[options]
packages = find:
python_requires = >= 3.8
python_requires = >= 3.9

[options.packages.find]
exclude = docs, tests
Expand Down

0 comments on commit 527d6d8

Please sign in to comment.