- name: Set up Python
uses: actions/setup-python@v4
with:
- python-version: "3.11"
+ python-version: "3.12"
- name: Install dependencies
run: python -m pip install tox
- name: Run tox
runs-on: ubuntu-latest
strategy:
matrix:
- python: ["3.8", "3.9", "3.10", "3.11"]
+ python: ["3.8", "3.9", "3.10", "3.11", "3.12"]
db: [postgres, mysql, sqlite3]
env:
DATABASE_TYPE: "${{ matrix.db }}"
- name: Set up Python
uses: actions/setup-python@v4
with:
- python-version: "3.11"
+ python-version: "3.12"
- name: Install dependencies
run: python -m pip install tox
- name: Build docs (via tox)
- name: Set up Python
uses: actions/setup-python@v4
with:
- python-version: "3.11"
+ python-version: "3.12"
- name: Build docker-compose service
run: |
docker-compose build --build-arg UID=$(id -u) --build-arg GID=$(id -g)