File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -6,9 +6,9 @@ name: Build and Test
66on :
77 # Triggers the workflow on push or pull request events but only for the main branch
88 push :
9- branches : [ main ]
9+ branches : [ main, 'work/**' ]
1010 pull_request :
11- branches : [ main ]
11+ branches : [ main, 'work/**' ]
1212
1313 # Allows you to run this workflow manually from the Actions tab
1414 workflow_dispatch :
@@ -21,10 +21,10 @@ jobs:
2121 runs-on : windows-2019
2222
2323 env :
24- CIBW_BUILD : cp37-win_amd64 cp38-win_amd64 cp39-win_amd64 cp310-win_amd64 cp311-win_amd64 cp312-win_amd64
24+ CIBW_BUILD : cp39-win_amd64 cp310-win_amd64 cp311-win_amd64 cp312-win_amd64 cp313 -win_amd64
2525 CIBW_ARCHS : AMD64
2626 CIBW_PLATFORM : windows
27- CIBW_PROJECT_REQUIRES_PYTHON : " >=3.7 "
27+ CIBW_PROJECT_REQUIRES_PYTHON : " >=3.9 "
2828 CIBW_TEST_REQUIRES : pytest
2929 CIBW_TEST_COMMAND : " pytest {project}/tests"
3030
Original file line number Diff line number Diff line change @@ -16,10 +16,10 @@ jobs:
1616 runs-on : windows-2019
1717
1818 env :
19- CIBW_BUILD : cp37-win_amd64 cp38-win_amd64 cp39-win_amd64 cp310-win_amd64 cp311-win_amd64 cp312-win_amd64
19+ CIBW_BUILD : cp39-win_amd64 cp310-win_amd64 cp311-win_amd64 cp312-win_amd64 cp313 -win_amd64
2020 CIBW_ARCHS : AMD64
2121 CIBW_PLATFORM : windows
22- CIBW_PROJECT_REQUIRES_PYTHON : " >=3.7 "
22+ CIBW_PROJECT_REQUIRES_PYTHON : " >=3.9 "
2323 CIBW_TEST_REQUIRES : pytest
2424 CIBW_TEST_COMMAND : " pytest {project}/tests"
2525
Original file line number Diff line number Diff line change 5555 package_dir = {"" : "src" },
5656 packages = ["dwriteshapepy" ],
5757 zip_safe = False ,
58- python_requires = ">=3.7 " ,
58+ python_requires = ">=3.9 " ,
5959 ext_modules = cythonize (
6060 extension ,
6161 annotate = bool (int (os .environ .get ("CYTHON_ANNOTATE" , "0" ))),
You can’t perform that action at this time.
0 commit comments