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 24
24
strategy :
25
25
fail-fast : false
26
26
matrix :
27
- python-version : ["3.8", "3. 9", "3.10", "3.11"]
27
+ python-version : ["3.9", "3.10", "3.11"]
28
28
steps :
29
29
- uses : actions/checkout@v3
30
30
- name : Set up Python ${{ matrix.python-version }}
Original file line number Diff line number Diff line change @@ -18,16 +18,16 @@ classifiers =
18
18
Programming Language :: Python
19
19
Programming Language :: Python :: 3
20
20
Programming Language :: Python :: 3 :: Only
21
- Programming Language :: Python :: 3.8
22
21
Programming Language :: Python :: 3.9
23
22
Programming Language :: Python :: 3.10
23
+ Programming Language :: Python :: 3.11
24
24
Topic :: Software Development :: Testing
25
25
Topic :: System :: Systems Administration
26
26
Framework :: Pytest
27
27
28
28
[options]
29
29
use_scm_version = True
30
- python_requires = >=3.8
30
+ python_requires = >=3.9
31
31
packages = find:
32
32
setup_requires =
33
33
setuptools_scm
You can’t perform that action at this time.
0 commit comments