File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1818 strategy :
1919 matrix :
2020 python :
21- - " 3.9"
2221 - " 3.10"
2322 - " 3.11"
2423 os :
4342 continue-on-error : ${{ matrix.tier > 1 }}
4443 - name : Upload coverage
4544 uses : codecov/codecov-action@29386c70ef20e286228c72b668a06fd0e8399192 # https://github.com/codecov/codecov-action/releases/tag/v1
46- if : matrix.python == 3.9 && startsWith(matrix.os, 'ubuntu')
45+ if : matrix.python == 3.11 && startsWith(matrix.os, 'ubuntu')
Original file line number Diff line number Diff line change @@ -23,9 +23,10 @@ homepage = "https://hathor.network/"
2323repository = " https://github.com/HathorNetwork/python-hathorlib/"
2424# https://pypi.org/classifiers/
2525classifiers = [
26- " Programming Language :: Python :: 3.6" ,
27- " Programming Language :: Python :: 3.7" ,
28- " Programming Language :: Python :: 3.8" ,
26+ " Programming Language :: Python :: 3.9" ,
27+ " Programming Language :: Python :: 3.10" ,
28+ " Programming Language :: Python :: 3.11" ,
29+ " Programming Language :: Python :: 3.12" ,
2930 " Operating System :: OS Independent" ,
3031 " License :: OSI Approved :: Apache Software License" ,
3132]
You can’t perform that action at this time.
0 commit comments