File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -51,10 +51,10 @@ jobs:
5151 name : Test
5252 strategy :
5353 matrix :
54- pyver : ['3.9', '3. 10', '3.11']
54+ pyver : ['3.10', '3.11']
5555 os : [ubuntu, macos, windows]
5656 include :
57- - pyver : pypy-3.9
57+ - pyver : pypy-3.10
5858 os : ubuntu
5959 runs-on : ${{ matrix.os }}-latest
6060 timeout-minutes : 15
Original file line number Diff line number Diff line change @@ -11,4 +11,4 @@ max-line-length = 120
1111max-complexity = 10
1212
1313[bdist_wheel]
14- python_tag = py39. py310.py311.py312.py313
14+ python_tag = py310.py311.py312.py313
Original file line number Diff line number Diff line change 2222 'Environment :: Console' ,
2323 'Programming Language :: Python' ,
2424 'Programming Language :: Python :: 3' ,
25- 'Programming Language :: Python :: 3.9' ,
2625 'Programming Language :: Python :: 3.10' ,
2726 "Programming Language :: Python :: 3.11" ,
2827 "Programming Language :: Python :: 3.12" ,
7069 'Pygments>=2.2.0' ,
7170 "watchfiles>=0.10"
7271 ],
73- python_requires = ">=3.9 " ,
72+ python_requires = ">=3.10 " ,
7473)
You can’t perform that action at this time.
0 commit comments