Skip to content

Commit 77a9716

Browse files
Run tests on Python 3.14 and 3.15
Signed-off-by: Edgar Ramírez Mondragón <edgarrm358@gmail.com>
1 parent afb23ea commit 77a9716

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ on:
88

99
jobs:
1010
main:
11-
uses: asottile/workflows/.github/workflows/tox.yml@v1.8.1
11+
uses: asottile/workflows/.github/workflows/tox.yml@v1.11.0
1212
with:
13-
env: '["py310", "py311", "py312", "py313"]'
13+
env: '["py310", "py311", "py312", "py313", "py314", "py315"]'

0 commit comments

Comments
 (0)