Skip to content

Commit

Permalink
Drop 3.13 from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
zprobst committed Aug 7, 2024
1 parent 56958bd commit 163d1d2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -22,7 +22,6 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
cache: 'poetry'
allow-prereleases: true
- name: Install Dependencies
run: |
pip install --upgrade pip
Expand Down
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"}
]


Expand Down

0 comments on commit 163d1d2

Please sign in to comment.