Skip to content

Commit 496281e

Browse files
authored
Revert "Drop py314 in CI" (#94)
Reverts #93
1 parent b13cc22 commit 496281e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
main:
1010
uses: asottile/workflows/.github/workflows/tox.yml@v1.8.1
1111
with:
12-
env: '["py312", "py313", "pypy7.3.13"]' # https://github.com/actions/runner-images/blob/50ae10289a1d019551858f6a174f78d2e212bed4/images/ubuntu/Ubuntu2204-Readme.md#pypy
12+
env: '["py312", "py313", "py314", "pypy7.3.13"]' # https://github.com/actions/runner-images/blob/50ae10289a1d019551858f6a174f78d2e212bed4/images/ubuntu/Ubuntu2204-Readme.md#pypy
1313
main-win:
1414
uses: asottile/workflows/.github/workflows/tox.yml@v1.8.1
1515
with:

0 commit comments

Comments
 (0)