diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 4f45249f..0bac06a3 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -12,7 +12,7 @@ jobs: fail-fast: false matrix: os: ["ubuntu-latest", "windows-latest", "macos-latest"] - python-version: ["3.10", "3.11", "3.12", "3.13"] + python-version: ["3.10", "3.11", "3.12"] steps: - uses: actions/checkout@v4 - name: Install poetry @@ -22,7 +22,6 @@ jobs: with: python-version: ${{ matrix.python-version }} cache: 'poetry' - allow-prereleases: true - name: Install Dependencies run: | pip install --upgrade pip diff --git a/poetry.lock b/poetry.lock index d5d02512..74fa9c16 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1847,4 +1847,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "7a957c0100a83e828dc33146cb129e5104374e1345f4e5782e01a2f9dd40fab9" +content-hash = "d05b96fef02d5207a097e0388e270c949808752ba49641270049e684edd018fa" diff --git a/pyproject.toml b/pyproject.toml index f6a920e2..20f9c15e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,8 +44,8 @@ httpx = "^0.27" psutil = "^6.0" uvloop = [ - { version = ">=0.17.0,<=0.19.0", platform = "darwin", python = "<3.13"}, - { version = ">=0.17.0,<=0.19.0", platform = "linux", python = "<3.13"} + { version = ">=0.17.0,<=0.19.0", platform = "darwin"}, + { version = ">=0.17.0,<=0.19.0", platform = "linux"} ]