brainflow-dev / brainflow

BrainFlow is a library intended to obtain, parse and analyze EEG, EMG, ECG and other kinds of data from biosensors
https://brainflow.org/
MIT License
1.3k stars 330 forks source link

fixing ci, macos 11 runners are removed from github actions #732

Closed Andrey1994 closed 4 months ago

Andrey1994 commented 4 months ago

PEP 599 defines the following platform tags: manylinux2014_x86_64, manylinux2014_i686, manylinux2014_aarch64, manylinux2014_armv7l, manylinux2014_ppc64, manylinux2014_ppc64le and manylinux2014_s390x. Wheels are built on CentOS 7 which will reach End of Life (EOL) on June 30th, 2024.

https://github.com/pypa/manylinux

Andrey1994 commented 4 months ago

https://github.com/mayeut/pep600_compliance

Andrey1994 commented 4 months ago

Bump to 2.28