Skip to content

Commit

Permalink
fix: 3.13 has issues
Browse files Browse the repository at this point in the history
  • Loading branch information
IdoKendo committed Jan 15, 2025
1 parent 93b254c commit 2f460ed
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
python-version: ["3.9", "3.10", "3.11", "3.12"]

steps:
- name: Checkout sources
Expand Down
5 changes: 3 additions & 2 deletions poetry.lock

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

1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ pre-commit = "^3"
pytest = "^7"
requests = "^2"
tox = "^4"
uvloop = "^0.19"

[tool.poetry.scripts]
test_server = { callable = "tests.base_routes:main" }
Expand Down
4 changes: 1 addition & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ envlist =
py310
py311
py312
py313
lint

[testenv]
Expand All @@ -32,5 +31,4 @@ python =
3.9: py39
3.10: py310
3.11: py311
3.12: py312
3.13: py313, lint
3.12: py312, lint

0 comments on commit 2f460ed

Please sign in to comment.