HurricaneLabs / machinae

Machinae Security Intelligence Collector
MIT License
502 stars 99 forks source link

Bring Python to 3.9 in Travis #63

Closed gliptak closed 3 years ago

gliptak commented 3 years ago

@billford @mcm please review

mcm commented 3 years ago

Hey @gliptak - I'm not sure how I feel about changing this to Python 3.9. What's the reasoning for the change? Maybe we could consider doing both?

gliptak commented 3 years ago

@mcm updated

mcm commented 3 years ago

Unfortunately, it looks like Travis-CI doesn't support 3.9 yet. You can set it to 3.9-dev which will work for now, until they release 3.9.

Downloading archive: https://storage.googleapis.com/travis-ci-language-archives/python/binaries/ubuntu/16.04/x86_64/python-3.9.tar.bz2

$ curl -sSf --retry 5 -o python-3.9.tar.bz2 ${archive_url}

curl: (22) The requested URL returned error: 404 Not Found

Unable to download 3.9 archive. The archive may not exist. Please consider a different version.
mcm commented 3 years ago

Looks good. Thanks for working this out with us.