Hi there!
Since yesterday, Python 3.11 is out. Can you please make it available in the Travis CI?
Thank you in advance!
Hi there!
Since yesterday, Python 3.11 is out. Can you please make it available in the Travis CI?
Thank you in advance!
I’d like to use python 3.11 in my CI as well, please!
Python 3.11 has been added and I’ve tested it with Jammy yesterday.
Python 3.11 currently works, for example:
dist: jammy
language: python
matrix:
include:
- python: 3.7
- python: 3.8
- python: 3.9
- python: 3.11-dev
- python: 3.11
install: skip
script: skip
Here’s an example: