Skip to content

Commit

Permalink
remove py 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
Wrede committed Nov 20, 2024
1 parent 8589331 commit 743a19a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
to_test:
- "mnist-keras numpyhelper"
- "mnist-pytorch numpyhelper"
python_version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
python_version: ["3.9", "3.10", "3.11", "3.12"]
os:
- ubuntu-24.04
runs-on: ${{ matrix.os }}
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ classifiers = [
"Programming Language :: Python :: 3.12",
]

requires-python = '>=3.9,<=3.13'
requires-python = '>=3.9,<3.13'
dependencies = [
"requests",
"urllib3>=1.26.4",
Expand Down

0 comments on commit 743a19a

Please sign in to comment.