File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -21,10 +21,10 @@ jobs:
2121 steps :
2222 - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2323
24- - name : Set up Python 3.13
24+ - name : Set up Python 3.14
2525 uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
2626 with :
27- python-version : 3.13
27+ python-version : 3.14
2828
2929 - name : Install pre-commit
3030 run : |-
Original file line number Diff line number Diff line change 2222 - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2323 - uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
2424 with :
25- python-version : 3.13
25+ python-version : 3.14
2626 - uses : pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # v3.0.1
Original file line number Diff line number Diff line change 1919 name : Run the test suite
2020 strategy :
2121 matrix :
22- python-version : [3.9 , 3.13 ] # no particular need for in-between versions
22+ python-version : ["3.10" , 3.14 ] # no particular need for in-between versions
2323 runs-on : ubuntu-latest
2424 steps :
2525 - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
Original file line number Diff line number Diff line change 11indent-width = 4
22line-length = 99
3- target-version = " py39 "
3+ target-version = " py310 "
44
55[lint ]
66select = [
You can’t perform that action at this time.
0 commit comments