File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -121,6 +121,4 @@ jobs:
121
121
fetch-depth : 0 # full history for setuptools_scm
122
122
123
123
- name : Build and publish
124
- uses : lsst-sqre/build-and-publish-to-pypi@v2
125
- with :
126
- python-version : ${{ env.PYTHON_VERSION }}
124
+ uses : lsst-sqre/build-and-publish-to-pypi@v3
Original file line number Diff line number Diff line change 54
54
fetch-depth : 0 # full history for setuptools_scm
55
55
56
56
- name : Build and publish
57
- uses : lsst-sqre/build-and-publish-to-pypi@v2
57
+ uses : lsst-sqre/build-and-publish-to-pypi@v3
58
58
with :
59
59
python-version : ${{ env.PYTHON_VERSION }}
60
60
upload : false
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ classifiers = [
22
22
" Operating System :: POSIX" ,
23
23
" Typing :: Typed" ,
24
24
]
25
- requires-python = " >=3.8 "
25
+ requires-python = " >=3.11 "
26
26
dependencies = [" uritemplate" , " fastavro" ]
27
27
dynamic = [" version" ]
28
28
You can’t perform that action at this time.
0 commit comments