diff --git a/.github/workflows/pull_request_creation.yml b/.github/workflows/pull_request_creation.yml index 2165605..6d30318 100644 --- a/.github/workflows/pull_request_creation.yml +++ b/.github/workflows/pull_request_creation.yml @@ -12,11 +12,10 @@ jobs: fail-fast: false matrix: python-version: - - "3.7" - - "3.8" - "3.9" - "3.10" - "3.11" + - "3.12" steps: - uses: actions/checkout@v3