diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 81da293..98584b2 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -19,13 +19,14 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] + python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"] steps: - uses: actions/checkout@v4 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }} + allow-prereleases: true - name: Install dependencies run: | python -m pip install --upgrade pip diff --git a/changes/240.feature b/changes/240.feature new file mode 100644 index 0000000..5f9fce8 --- /dev/null +++ b/changes/240.feature @@ -0,0 +1 @@ +Add Python 3.13 support. diff --git a/setup.cfg b/setup.cfg index b402984..d7088e6 100644 --- a/setup.cfg +++ b/setup.cfg @@ -34,6 +34,7 @@ classifiers = Programming Language :: Python :: 3.10 Programming Language :: Python :: 3.11 Programming Language :: Python :: 3.12 + Programming Language :: Python :: 3.13 keywords = ssdp Simple Service Discovery Protocol