Skip to content

Commit

Permalink
Revert "Enable Python 3.13 support"
Browse files Browse the repository at this point in the history
This reverts commit 3dc4a85.

`httptools` fails to install on 3.13. See: MagicStack/httptools#104
  • Loading branch information
frankie567 committed Oct 9, 2024
1 parent 3dc4a85 commit 12ea9b2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python_version: ['3.9', '3.10', '3.11', '3.12', '3.13']
python_version: ['3.9', '3.10', '3.11', '3.12']

steps:
- uses: actions/checkout@v4
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ classifiers = [
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Programming Language :: Python :: 3 :: Only",
"Topic :: Internet :: WWW/HTTP :: Session",
]
Expand Down

0 comments on commit 12ea9b2

Please sign in to comment.