File tree Expand file tree Collapse file tree 5 files changed +157
-135
lines changed Expand file tree Collapse file tree 5 files changed +157
-135
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@v7
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@v5
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@v5
2424
2525 - name : Set up environment
2626 uses : ./.github/actions/environment
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ description = "Lightweight CQRS library for async Python projects."
2626license = " MIT"
2727license-files = [" LICENSE" ]
2828readme = " README.md"
29- requires-python = " >=3.12, <4 "
29+ requires-python = " >=3.12, <3.15 "
3030authors = [{ name = " remimd" }]
3131keywords = [" cqrs" ]
3232classifiers = [
@@ -39,6 +39,7 @@ classifiers = [
3939 " Programming Language :: Python :: 3 :: Only" ,
4040 " Programming Language :: Python :: 3.12" ,
4141 " Programming Language :: Python :: 3.13" ,
42+ " Programming Language :: Python :: 3.14" ,
4243 " Operating System :: OS Independent" ,
4344 " Intended Audience :: Developers" ,
4445 " Natural Language :: English" ,
You can’t perform that action at this time.
0 commit comments