10000 ci: build on python 3.13 (#1492) · LehmD/server-client-python@9b1b940 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9b1b940

Browse files
authored
ci: build on python 3.13 (tableau#1492)
Now that python 3.13 has released, test builds on actual 3.13 instead of the 3.13-dev build Co-authored-by: Jordan Woods <13803242+jorwoods@users.noreply.github.com>
1 parent 1b64987 commit 9b1b940

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
os: [ubuntu-latest, macos-latest, windows-latest]
16-
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13-dev']
16+
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
1717

1818
runs-on: ${{ matrix.os }}
1919

0 commit comments

Comments
 (0)
0