diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 92b8350a..8ba22073 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,8 +18,7 @@ jobs: with: envs: | - linux: py310-xdist - - linux: py311-xdist - - macos: py311-xdist - linux: py311-xdist-cov coverage: codecov - linux: py312-xdist + - linux: py313-xdist diff --git a/changes/468.feature.rst b/changes/468.feature.rst new file mode 100644 index 00000000..09dfd8af --- /dev/null +++ b/changes/468.feature.rst @@ -0,0 +1 @@ +Add python 3.13 support.