File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2424 strategy :
2525 fail-fast : false
2626 matrix :
27- python-version : ["3.8", "3. 9", "3.10", "3.11"]
27+ python-version : ["3.9", "3.10", "3.11"]
2828 steps :
2929 - uses : actions/checkout@v3
3030 - name : Set up Python ${{ matrix.python-version }}
Original file line number Diff line number Diff line change @@ -18,16 +18,16 @@ classifiers =
1818 Programming Language :: Python
1919 Programming Language :: Python :: 3
2020 Programming Language :: Python :: 3 :: Only
21- Programming Language :: Python :: 3.8
2221 Programming Language :: Python :: 3.9
2322 Programming Language :: Python :: 3.10
23+ Programming Language :: Python :: 3.11
2424 Topic :: Software Development :: Testing
2525 Topic :: System :: Systems Administration
2626 Framework :: Pytest
2727
2828[options]
2929use_scm_version = True
30- python_requires = >=3.8
30+ python_requires = >=3.9
3131packages = find:
3232setup_requires =
3333 setuptools_scm
You can’t perform that action at this time.
0 commit comments