diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7092e66..0aa73e8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["3.8", "3.9", "3.10", "3.11", "pypy-3.9"] + python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "pypy-3.10"] os: [ubuntu-latest, macos-latest] pytest: [ @@ -30,8 +30,10 @@ jobs: pytest: "pytest>=4.6.0,<5.0.0" - python-version: "3.11" pytest: "pytest>=5.0.0,<6.0.0" - - python-version: "pypy-3.9" - os: macos-latest + - python-version: "3.12" + pytest: "pytest>=4.6.0,<5.0.0" + - python-version: "3.12" + pytest: "pytest>=5.0.0,<6.0.0" steps: - uses: actions/checkout@v3