From 115c0a87a3d066b4254318b18d3c4dcfc148197b Mon Sep 17 00:00:00 2001 From: Rehan Khwaja Date: Sat, 18 May 2024 21:20:17 -0700 Subject: [PATCH] Try beta 1 --- .github/workflows/ci.yml | 4 ++-- pyproject.toml | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 543c34a..1b4a137 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,7 +40,7 @@ jobs: strategy: fail-fast: false 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.0-beta.1"] steps: - uses: actions/checkout@v4 @@ -65,7 +65,7 @@ jobs: NGROK_AUTH_TOKEN: ${{ secrets.NGROK_AUTH_TOKEN }} if: ${{needs.secrets.outputs.valid}} == 'true' run: | - if python --version | grep -q 'Python 3.12' ; then + if python --version | grep -q 'Python 3.13' ; then poe test fi - name: Coverage diff --git a/pyproject.toml b/pyproject.toml index c8ff0ff..ed3935e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,8 @@ classifiers = [ "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", - "Programming Language :: Python :: 3.12" + "Programming Language :: Python :: 3.12", + "Programming Language :: Python :: 3.13" ] [tool.poetry.dependencies]