Skip to content

Commit 6a36294

Browse files
Updated files with 'repo_helper'.
1 parent fd26ffb commit 6a36294

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/python_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- {python-version: "3.12", testenvs: "py312-sphinx{4.4,4.5,5.0,5.1,5.2,5.3,6.0,6.1,6.2,7.0,7.1,7.2,7.3,7.4,8.0,8.1,8.2},build", experimental: False}
3434
- {python-version: "3.13", testenvs: "py313-sphinx{6.2,7.0,7.1,7.2,7.3,7.4,8.0,8.1,8.2},build", experimental: False}
3535
- {python-version: "pypy-3.8", testenvs: "pypy38-sphinx{4.3,4.4,4.5,5.0,5.1,5.2,5.3,6.0,6.1,6.2,7.0,7.1}", experimental: False}
36-
- {python-version: "pypy-3.9-v7.3.15", testenvs: "pypy39-sphinx{4.3,4.4,4.5,5.0,5.1,5.2,5.3,6.0,6.1,6.2,7.0,7.1,7.2,7.3,7.4}", experimental: True}
36+
- {python-version: "pypy-3.9-v7.3.16", testenvs: "pypy39-sphinx{4.3,4.4,4.5,5.0,5.1,5.2,5.3,6.0,6.1,6.2,7.0,7.1,7.2,7.3,7.4}", experimental: True}
3737

3838
steps:
3939
- name: Checkout 🛎️

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ repos:
6060
- id: rst-directive-colons
6161
- id: rst-inline-touching-normal
6262

63-
- repo: https://github.com/asottile/pyupgrade
64-
rev: v3.3.0
63+
- repo: https://github.com/python-formate/pyupgrade
64+
rev: '2e49872'
6565
hooks:
6666
- id: pyupgrade
6767
args:

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ requires =
3838
pip>=21,!=22.2
3939
tox-envlist>=0.2.1
4040
tox~=3.0
41-
virtualenv!=20.16.0
41+
virtualenv!=20.16.0,<20.39
4242

4343
[envlists]
4444
test =

0 commit comments

Comments
 (0)