Add CI test job for no-GIL ("threaded") Python 3.13 · gitpython-developers/smmap@90738a9

Skip to content

Navigation Menu

Sign in

Appearance settings

Commit 90738a9

File tree

1 file changed

lines changed

1 file changed

lines changed

Lines changed: 1 addition & 1 deletion

Original file line numberDiff line numberDiff line change

@@ -12,7 +12,7 @@ jobs:

1212

build:

1313

strategy:

1414

matrix:

15-

python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]

15+

python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.13t"]

1616

include:

1717

- experimental: false

1818

- os: ubuntu-latest