Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d96b1f commit f488008Copy full SHA for f488008
.github/workflows/build.yml
@@ -50,7 +50,7 @@ jobs:
50
CIBW_TEST_COMMAND: >
51
cd {project} && python -m pytest --cov="mpl_toolkits.basemap"
52
--cov-report=term --ignore=dist --ignore=build
53
- CIBW_BUILD: "cp27-* cp35-* cp36-* cp37-* cp38-* cp39-* cp310-* cp311-* cp312-*"
+ CIBW_BUILD: "cp39-* cp310-* cp311-* cp312-* cp313-*"
54
CIBW_ENVIRONMENT: "GEOS_DIR={project}/extern"
55
run: |
56
cd ${{ env.PKGDIR }}
0 commit comments