File tree Expand file tree Collapse file tree 5 files changed +97
-96
lines changed
Expand file tree Collapse file tree 5 files changed +97
-96
lines changed Original file line number Diff line number Diff line change 1010 using : " composite"
1111 steps :
1212 - name : Install UV
13- uses : astral-sh/setup-uv@v6
13+ uses : astral-sh/setup-uv
1414 with :
1515 python-version : ${{ inputs.python-version }}
1616
Original file line number Diff line number Diff line change 1313
1414 steps :
1515 - name : Run checkout
16- uses : actions/checkout@v4
16+ uses : actions/checkout
1717
1818 - name : Set up environment
1919 uses : ./.github/actions/environment
Original file line number Diff line number Diff line change 1111 ci :
1212 strategy :
1313 matrix :
14- python-version : ["3.12", "3.13"]
14+ python-version : ["3.12", "3.13", "3.14" ]
1515
1616 name : Continuous Integration ・ Python ${{ matrix.python-version }}
1717 runs-on : ubuntu-latest
2020
2121 steps :
2222 - name : Run checkout
23- uses : actions/checkout@v4
23+ uses : actions/checkout
2424
2525 - name : Set up environment
2626 uses : ./.github/actions/environment
Original file line number Diff line number Diff line change @@ -49,6 +49,7 @@ classifiers = [
4949 " Programming Language :: Python :: 3 :: Only" ,
5050 " Programming Language :: Python :: 3.12" ,
5151 " Programming Language :: Python :: 3.13" ,
52+ " Programming Language :: Python :: 3.14" ,
5253 " Operating System :: OS Independent" ,
5354 " Intended Audience :: Developers" ,
5455 " Natural Language :: English" ,
You can’t perform that action at this time.
0 commit comments