Skip to content

Commit 69684e0

Browse files
committed
drop eol py versions
1 parent d1b3549 commit 69684e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
CIBW_TEST_COMMAND: >
5151
cd {project} && python -m pytest --cov="mpl_toolkits.basemap"
5252
--cov-report=term --ignore=dist --ignore=build
53-
CIBW_BUILD: "cp27-* cp35-* cp36-* cp37-* cp38-* cp39-* cp310-* cp311-* cp312-*"
53+
CIBW_BUILD: "cp39-* cp310-* cp311-* cp312-* cp313-*"
5454
CIBW_ENVIRONMENT: "GEOS_DIR={project}/extern"
5555
run: |
5656
cd ${{ env.PKGDIR }}

0 commit comments

Comments
 (0)