Skip to content

Commit 1738703

Browse files
committed
ci: add py3.14
Signed-off-by: Zac Medico <[email protected]>
1 parent 1334caa commit 1738703

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,13 @@ jobs:
1313
- '3.10'
1414
- '3.11'
1515
- '3.12-dev'
16+
- '3.14-dev'
1617
- 'pypy-3.9'
1718
- 'pypy-3.10'
1819

1920
env:
2021
# TODO: get this dynamically
21-
PORTAGE_VERSION: "3.0.57"
22+
PORTAGE_VERSION: "3.0.70"
2223

2324
steps:
2425
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)