ua-parser / uap-python

Python implementation of ua-parser
Apache License 2.0
561 stars 152 forks source link

Disable pypy311 #178

Closed masklinn closed 8 months ago

masklinn commented 8 months ago

Despite the suite succeeding as noted in e9483d8fbb1e288c8842bff2766ec0a08e1a73eb, github sucks so it still marks a PR / commit as failing if non-required tests fail (red cross on the commit and "Some checks were not successful" on the PR), which sucks.

Not to mention pypy311 does not exist yet, let alone being provided by setup-python, so it can never succeed.

Therefore remove it.

Apparently I fucked up something when I tried to merge #175 so that didn't work, oops