psf / pyperf

Toolkit to run Python benchmarks
http://pyperf.readthedocs.io/
MIT License
799 stars 78 forks source link

Add Python 3.9 support on Travis #78

Closed abdullahselek closed 4 years ago

pablogsal commented 4 years ago

Thanks @abdullahselek !

We can probably wait a couple of days so 3.9 is officially released and we don't need to use 3.9-dev :)

abdullahselek commented 4 years ago

OK, no problem 👍

pablogsal commented 4 years ago

OK, no problem

You can leave the PR open and update it then (is probably just tomorrow or the day after) :)

abdullahselek commented 4 years ago

I will keep an eye on Travis, it looks like version 3.9 is not available yet.

pablogsal commented 4 years ago

I will keep an eye on Travis, it looks like version 3.9 is not available yet.

Thanks!

vstinner commented 4 years ago

I'm fine with using 3.9-dev for now, and move to 3.9 once Travis CI is updated.

vstinner commented 4 years ago

Ah, I didn't notice that the PR was updated to use "3.9" :-) I merged it even if Travis CI didn't run, since Travis CI was stuck for an unknown reason.

vstinner commented 4 years ago

Hum. It seems like pyperf is still using the legacy API for Travis CI (travis-ci.org), rather than the new GitHub Action API (travis-ci.com). I'm not sure how to migrate https://travis-ci.org/github/psf/pyperf to https://travis-ci.com/github/psf/pyperf : " This repository may not exist or you may need to use another account to have access to it ".

vstinner commented 4 years ago

@ewdurbin: Hey, are you able to migrate pyperf by going to https://travis-ci.com/github/psf/pyperf and click on the Migrate button?