File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5252 strategy :
5353 fail-fast : false
5454 matrix :
55- pyver : [cp38, cp39, cp310, cp311]
55+ pyver : [cp39, cp310, cp311]
5656 steps :
5757 - name : Checkout code
5858 uses : actions/checkout@v3
Original file line number Diff line number Diff line change @@ -13,16 +13,16 @@ jobs:
1313 strategy :
1414 matrix :
1515 os : [ubuntu-latest]
16- python-version : ['3.8 ', '3.9 ', '3.10 ']
16+ python-version : ['3.9 ', '3.10 ', '3.11 ']
1717 deps : [newest-deps]
1818 experimental : [false]
1919 tree-sitter-bash : [bundled]
2020 include :
21- - os : ubuntu-latest
22- python-version : ' 3.11.0-beta - 3.11'
23- deps : newest-deps
24- experimental : true
25- tree-sitter-bash : bundled
21+ # - os: ubuntu-latest
22+ # python-version: '3.11.0-beta - 3.11'
23+ # deps: newest-deps
24+ # experimental: true
25+ # tree-sitter-bash: bundled
2626 - os : ubuntu-latest
2727 python-version : ' 3.10'
2828 deps : minimal-deps
Original file line number Diff line number Diff line change @@ -205,9 +205,9 @@ class build(pkgdist.build):
205205 ),
206206 classifiers = [
207207 'License :: OSI Approved :: BSD License' ,
208- 'Programming Language :: Python :: 3.8' ,
209208 'Programming Language :: Python :: 3.9' ,
210209 'Programming Language :: Python :: 3.10' ,
210+ 'Programming Language :: Python :: 3.11' ,
211211 ],
212212 extras_require = {
213213 'network' : ['requests' ],
You can’t perform that action at this time.
0 commit comments