From 8da7f515dc8fc6c3dd393bbde15e3d1ff305f11b Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Wed, 26 Oct 2022 10:58:17 +0200 Subject: [PATCH] CI: test with 3.11 final --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index cf4bef7..d9f0510 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -8,7 +8,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ['3.8', '3.9', '3.10', '3.11-dev'] + python-version: ['3.8', '3.9', '3.10', '3.11'] steps: - uses: actions/checkout@v3 - name: Set up Python ${{ matrix.python-version }} @@ -48,4 +48,4 @@ jobs: docker build --tag ghcr.io/msys2/msys2-web:latest . - name: Deploy image run: | - docker push ghcr.io/msys2/msys2-web:latest \ No newline at end of file + docker push ghcr.io/msys2/msys2-web:latest