File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1616 build :
1717 strategy :
1818 matrix :
19- python-version : ["3.10", "3.11", "3.12 "]
19+ python-version : ["3.11 "]
2020 os : [ubuntu-latest, windows-latest]
2121 runs-on : ${{ matrix.os }}
2222 steps :
3535 build_macos :
3636 strategy :
3737 matrix :
38- python-version : ["3.10", "3.11", "3.12 "]
38+ python-version : ["3.11 "]
3939 runs-on : macos-latest
4040 steps :
4141 - uses : actions/checkout@v3
Original file line number Diff line number Diff line change 2929 "Programming Language :: Python :: 3.10" ,
3030 "Programming Language :: Python :: 3.11" ,
3131 "Programming Language :: Python :: 3.12" , ],
32- python_requires = ">=3.10" ,
32+ python_requires = ">=3.10, <3.13 " ,
3333 install_requires = required ,
3434 entry_points = {
3535 "console_scripts" : [
You can’t perform that action at this time.
0 commit comments