Skip to content

Commit 527d6d8

Browse files
authored
release 1.0.1 (#147)
1 parent 566fe4e commit 527d6d8

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,9 @@ jobs:
66
strategy:
77
fail-fast: false
88
matrix:
9-
python: ["3.8", "3.8", "3.9", "3.10", "3.11"]
9+
python: ["3.9", "3.10", "3.11"]
1010
os: [ubuntu-latest, windows-latest, macos-latest]
1111
include:
12-
- python: "3.8"
13-
tox_env: "py38"
1412
- python: "3.9"
1513
tox_env: "py39"
1614
- python: "3.10"
@@ -37,7 +35,7 @@ jobs:
3735
- name: Set up Python
3836
uses: actions/setup-python@v2
3937
with:
40-
python-version: "3.8"
38+
python-version: "3.9"
4139
- name: Install tox
4240
run: |
4341
python -m pip install --upgrade pip setuptools
@@ -54,7 +52,7 @@ jobs:
5452
- name: Set up Python
5553
uses: actions/setup-python@v2
5654
with:
57-
python-version: "3.8"
55+
python-version: "3.9"
5856
- name: Install wheel
5957
run: |
6058
python -m pip install --upgrade pip setuptools

setup.cfg

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ classifiers=
1414
Intended Audience :: Developers
1515
License :: OSI Approved :: MIT License
1616
Operating System :: OS Independent
17-
Programming Language :: Python :: 3.8
1817
Programming Language :: Python :: 3.9
1918
Programming Language :: Python :: 3.10
2019
Programming Language :: Python :: 3.11
@@ -24,7 +23,7 @@ classifiers=
2423

2524
[options]
2625
packages = find:
27-
python_requires = >= 3.8
26+
python_requires = >= 3.9
2827

2928
[options.packages.find]
3029
exclude = docs, tests

0 commit comments

Comments
 (0)