diff --git a/.github/workflows/python_ci.yml b/.github/workflows/python_ci.yml index ebaaf5a..a2c4f38 100644 --- a/.github/workflows/python_ci.yml +++ b/.github/workflows/python_ci.yml @@ -35,7 +35,7 @@ jobs: - {python-version: "3.13", testenvs: "py313,build", experimental: False} - {python-version: "pypy-3.7", testenvs: "pypy37,build", experimental: False} - {python-version: "pypy-3.8", testenvs: "pypy38", experimental: False} - - {python-version: "pypy-3.9-v7.3.15", testenvs: "pypy39", experimental: True} + - {python-version: "pypy-3.9-v7.3.16", testenvs: "pypy39", experimental: True} steps: - name: Checkout 🛎️ diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 23ae1b2..3a4d25e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -60,8 +60,8 @@ repos: - id: rst-directive-colons - id: rst-inline-touching-normal - - repo: https://github.com/asottile/pyupgrade - rev: v3.3.0 + - repo: https://github.com/python-formate/pyupgrade + rev: '2e49872' hooks: - id: pyupgrade args: diff --git a/tox.ini b/tox.ini index 6038154..e60fd57 100644 --- a/tox.ini +++ b/tox.ini @@ -41,7 +41,7 @@ requires = pip>=21,!=22.2 tox-envlist>=0.2.1 tox~=3.0 - virtualenv!=20.16.0 + virtualenv!=20.16.0,<20.39 [envlists] test = py37, py38, py39, py310, py311, py312, py313, pypy37, pypy38, pypy39