aeye-lab / pymovements

A python package for processing eye movement data
https://pymovements.readthedocs.io
MIT License
57 stars 11 forks source link

no py39 support for github's macos worker #723

Closed SiQube closed 2 months ago

SiQube commented 2 months ago

as seen on #720 and #721 the python 3.9 macos tests fail while succeeding for both window and linux.

how should we tackle this issue?

@dkrako @prassepaul

jakobchwastek commented 2 months ago

See actions/setup-python#850

jakobchwastek commented 2 months ago

A few days ago we were running macOS 12. So we would need to switch from macos-latest to like macos-12 in the tests config, at least when testing python 3.9?