File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 66 strategy :
77 fail-fast : false
88 matrix :
9- python : ["3.9", "3.10", "3.11"]
9+ python : ["3.8", "3. 9", "3.10", "3.11"]
1010 os : [ubuntu-latest, windows-latest, macos-latest]
1111 include :
12+ - python : " 3.8"
13+ tox_env : " py38"
1214 - python : " 3.9"
1315 tox_env : " py39"
1416 - python : " 3.10"
3537 - name : Set up Python
3638 uses : actions/setup-python@v2
3739 with :
38- python-version : " 3.9 "
40+ python-version : " 3.8 "
3941 - name : Install tox
4042 run : |
4143 python -m pip install --upgrade pip setuptools
5254 - name : Set up Python
5355 uses : actions/setup-python@v2
5456 with :
55- python-version : " 3.9 "
57+ python-version : " 3.8 "
5658 - name : Install wheel
5759 run : |
5860 python -m pip install --upgrade pip setuptools
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ classifiers=
1414 Intended Audience :: Developers
1515 License :: OSI Approved :: MIT License
1616 Operating System :: OS Independent
17+ Programming Language :: Python :: 3.8
1718 Programming Language :: Python :: 3.9
1819 Programming Language :: Python :: 3.10
1920 Programming Language :: Python :: 3.11
@@ -23,7 +24,7 @@ classifiers=
2324
2425[options]
2526packages = find:
26- python_requires = >= 3.9
27+ python_requires = >= 3.8
2728
2829[options.packages.find]
2930exclude = docs, tests
You can’t perform that action at this time.
0 commit comments