Please add image for Python 3.11

Hi there!
Since yesterday, Python 3.11 is out. Can you please make it available in the Travis CI?

Thank you in advance!

3 Likes

I’d like to use python 3.11 in my CI as well, please!

1 Like

Python 3.11 has been added and I’ve tested it with Jammy yesterday.

1 Like

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:

1 Like