- {impl: python, python: "3.7", postgres: "postgres:11", libpq: null}
- {impl: python, python: "3.8", postgres: "postgres:12", libpq: null}
# Don't test two experimental things together
- - {impl: python, python: "3.9", postgres: "postgres:14rc1", libpq: "14"}
+ - {impl: python, python: "3.9", postgres: "postgres:14", libpq: "14"}
- {impl: python, python: "3.10", postgres: "postgres:13", libpq: null}
- - {impl: c, python: "3.6", postgres: "postgres:14rc1", libpq: null}
+ - {impl: c, python: "3.6", postgres: "postgres:14", libpq: null}
- {impl: c, python: "3.7", postgres: "postgres:13", libpq: "14"}
- {impl: c, python: "3.8", postgres: "postgres:12", libpq: "14"}
- {impl: c, python: "3.9", postgres: "postgres:11", libpq: "14"}