Skip to content

Commit e12cce9

Browse files
thesamesamarthurzam
authored andcommitted
CI: test Python 3.13, promote Python 3.12 to non-exp
Signed-off-by: Sam James <sam@gentoo.org> Closes: #126 Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
1 parent eaa00a3 commit e12cce9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ jobs:
1313
strategy:
1414
matrix:
1515
os: [ubuntu-latest]
16-
python-version: ['3.10', '3.11']
16+
python-version: ['3.10', '3.11', '3.12']
1717
experimental: [false]
1818
include:
1919
- os: ubuntu-latest
20-
python-version: '3.12-dev'
20+
python-version: '3.13-dev'
2121
experimental: true
2222
- os: macos-latest
2323
python-version: '3.11'

0 commit comments

Comments
 (0)