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 @@ -13,10 +13,10 @@ jobs:
1313 strategy :
1414 matrix :
1515 python-version :
16- - " 3.9"
17- - " 3.10"
1816 - " 3.11"
1917 - " 3.12"
18+ - " 3.13"
19+ - " 3.14"
2020 steps :
2121 - uses : actions/checkout@v2
2222 - name : Set up Python ${{ matrix.python-version }}
Original file line number Diff line number Diff line change @@ -18,12 +18,12 @@ classifiers = [
1818 " Development Status :: 4 - Beta" ,
1919 " Intended Audience :: Developers" ,
2020 " Intended Audience :: Other Audience" ,
21- " Programming Language :: Python :: 3.9" ,
22- " Programming Language :: Python :: 3.10" ,
2321 " Programming Language :: Python :: 3.11" ,
2422 " Programming Language :: Python :: 3.12" ,
23+ " Programming Language :: Python :: 3.13" ,
24+ " Programming Language :: Python :: 3.14" ,
2525]
26- requires-python = " >=3.9 "
26+ requires-python = " >=3.11 "
2727dependencies = [
2828 " bleach" ,
2929 " mt-940" ,
You can’t perform that action at this time.
0 commit comments