diff .travis.yml @ 6632:e7143e4f6753

try to update to python 3.10.4 from 3.10.0 and try 3.11 Travis ci doesn't seem to tell us what python versions are supported. The one form that is supposed to show that doesn't work for me. Also it looks like nightly is suck at 3.10.0a5+ which isn't nightly. python 3.10.4 is released and current. 3.11 is pre-release/nightly so trying it to replace broken nightly. These upgrades may need to be reverted if invalid.
author John Rouillard <rouilj@ieee.org>
date Sat, 16 Apr 2022 17:04:20 -0400
parents a67692d50ede
children 80e6934b24e6
line wrap: on
line diff
--- a/.travis.yml	Mon Apr 11 17:51:57 2022 -0400
+++ b/.travis.yml	Sat Apr 16 17:04:20 2022 -0400
@@ -22,11 +22,12 @@
 #  - pypy3
 python:
   - 2.7
-  - 3.10.0
+  - 3.10.4
   - 3.9
   - 3.8
   - 3.6
   - nightly
+  - 3.11
 
 services:
   - mysql
@@ -34,8 +35,8 @@
 
 jobs:
     allow_failures:  # nightly not ready for prime time yet.
-      - python: 3.10
       - python: nightly
+      - python: 3.11
       - python: pypy3
 
 addons:

Roundup Issue Tracker: http://roundup-tracker.org/