ihatemoney/.travis.yml
Glandos d8b6355101
Update Python (#1083)
* drop python3.6

* update github python actions and use pip cache

* we use setup.cfg not requirements.txt

* add python 3.11. Still in RC for now

* use latest 3.11 version

* 3.11 is strill RC for now

* go back to include key that match original py version

this shouldn't fail

* upgrade psycopg2 for python 3.11

Upgrade for all, it's a minor version

* update documentation for python 3.11 support

* update version

* 3.11 is out

Right on time!
2022-11-08 00:10:21 +01:00

11 lines
182 B
YAML

sudo: false
language: python
python:
- "3.7"
- "3.8"
- "3.9"
script: tox
before_install:
- python -m pip install --upgrade pip virtualenv
install:
- pip install tox-travis