File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -51,10 +51,10 @@ jobs:
51
51
name : Test
52
52
strategy :
53
53
matrix :
54
- pyver : ['3.8', '3. 9', '3.10', '3.11']
54
+ pyver : ['3.9', '3.10', '3.11']
55
55
os : [ubuntu, macos, windows]
56
56
include :
57
- - pyver : pypy-3.8
57
+ - pyver : pypy-3.9
58
58
os : ubuntu
59
59
runs-on : ${{ matrix.os }}-latest
60
60
timeout-minutes : 15
Original file line number Diff line number Diff line change @@ -11,4 +11,4 @@ max-line-length = 120
11
11
max-complexity = 10
12
12
13
13
[bdist_wheel]
14
- python-tag = py38. py39.py310.py311
14
+ python-tag = py39.py310.py311.py312.py313
Original file line number Diff line number Diff line change 22
22
'Environment :: Console' ,
23
23
'Programming Language :: Python' ,
24
24
'Programming Language :: Python :: 3' ,
25
- 'Programming Language :: Python :: 3.8' ,
26
25
'Programming Language :: Python :: 3.9' ,
27
26
'Programming Language :: Python :: 3.10' ,
28
27
"Programming Language :: Python :: 3.11" ,
28
+ "Programming Language :: Python :: 3.12" ,
29
+ "Programming Language :: Python :: 3.13" ,
29
30
'Intended Audience :: Developers' ,
30
31
'Intended Audience :: Information Technology' ,
31
32
'Intended Audience :: System Administrators' ,
70
71
'Pygments>=2.2.0' ,
71
72
"watchfiles>=0.10"
72
73
],
73
- python_requires = ">=3.8 " ,
74
+ python_requires = ">=3.9 " ,
74
75
)
You can’t perform that action at this time.
0 commit comments