Skip to content

Commit

Permalink
Revert Python 3.13 support
Browse files Browse the repository at this point in the history
  • Loading branch information
amh4r committed Nov 26, 2024
1 parent d52de7b commit 345d620
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
runs-on: "ubuntu-latest"
strategy:
matrix:
python-version: ["3.9", "3.13"]
python-version: ["3.9", "3.12"]
timeout-minutes: 5
steps:
- uses: "actions/checkout@v2"
Expand All @@ -54,7 +54,7 @@ jobs:
runs-on: "ubuntu-latest"
strategy:
matrix:
python-version: ["3.9", "3.13"]
python-version: ["3.9", "3.12"]
steps:
- uses: "actions/checkout@v2"
- name: "Set up Python ${{ matrix.python-version }}"
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ classifiers = [
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
]
requires-python = ">=3.9"

Expand Down

0 comments on commit 345d620

Please sign in to comment.