From 9c8831f44ecaa5fe46cea7354c85fdef645d696b Mon Sep 17 00:00:00 2001 From: Mladen Gibanica <11275336+mgcth@users.noreply.github.com> Date: Tue, 9 Jan 2024 22:03:28 +0100 Subject: [PATCH] Skip 3.12 for now --- .github/workflows/github-action-test.yaml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/github-action-test.yaml b/.github/workflows/github-action-test.yaml index 394fb871..ceda89eb 100644 --- a/.github/workflows/github-action-test.yaml +++ b/.github/workflows/github-action-test.yaml @@ -6,7 +6,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, windows-latest, macos-latest] - python-version: ["3.9", "3.10", "3.11", "3.12"] + python-version: ["3.9", "3.10", "3.11"] steps: - uses: actions/checkout@v2 diff --git a/README.md b/README.md index 472e1aa4..988fce86 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@

- Python: 3.9 - 3.12 + Python: 3.9 - 3.11 Testing framework: pytest