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 1515 strategy :
1616 matrix :
1717 os : [ubuntu-latest]
18- python-version : ["3.10 "]
18+ python-version : ["3.12 "]
1919
2020 runs-on : ${{ matrix.os }}
2121 steps :
3636 strategy :
3737 matrix :
3838 os : [ubuntu-latest] # , macos-latest, windows-latest]
39- python-version : ["3.10 "]
39+ python-version : ["3.12 "]
4040
4141 defaults :
4242 run :
9494 # strategy:
9595 # matrix:
9696 # os: [ubuntu-latest]
97- # python-version: ["3.10 "]
97+ # python-version: ["3.12 "]
9898
9999 # runs-on: ${{ matrix.os }}
100100 # steps:
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ classifiers = [
1515 " Intended Audience :: Developers" ,
1616 " Topic :: Scientific/Engineering" ,
1717 " Programming Language :: Python" ,
18- " Programming Language :: Python :: 3.10 "
18+ " Programming Language :: Python :: 2 "
1919]
2020
2121dynamic = [
@@ -80,6 +80,6 @@ combine-as-imports = true
8080force-single-line = false
8181
8282[tool .mypy ]
83- python_version = " 3.10 "
83+ python_version = " 3.12 "
8484warn_return_any = true
8585warn_unused_configs = true
You can’t perform that action at this time.
0 commit comments