Skip to content

Commit 9c5ec67

Browse files
committed
ci: update tox.ini to include python 3.13
1 parent e5ce595 commit 9c5ec67

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/test.yml

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
fail-fast: false
2929
matrix:
3030
config: [
31+
# NOTE: don't forget updating tox.ini
3132
{ python-version: '3.13', neovim-version: 'nightly' },
3233
{ python-version: '3.12', neovim-version: 'nightly' },
3334
{ python-version: '3.12', neovim-version: 'stable' },

tox.ini

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[tox]
55
min_version = 4.0
66
envlist =
7-
py{37,38,39,310,311,312}-asyncio
7+
py{37,38,39,310,311,312,313}-asyncio
88
checkqa
99
skip_missing_interpreters =
1010
true
@@ -18,6 +18,7 @@ python =
1818
3.10: py310
1919
3.11: py311
2020
3.12: py312
21+
3.13: py313
2122
pypy3: pypy3
2223

2324
[testenv]

0 commit comments

Comments
 (0)