Skip to content

Commit

Permalink
FIX: exclude Python 3.13 from supported versions
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer committed Jan 29, 2025
1 parent 513e5fc commit 51e6363
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ repos:
- id: check-dev-files
args:
- --doc-apt-packages=graphviz
- --excluded-python-versions=3.13
- --repo-name=tensorwaves
- --repo-title=TensorWaves
- --update-lock-files=outsource
Expand Down
3 changes: 0 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,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.9",
"Programming Language :: Python",
"Topic :: Scientific/Engineering :: Physics",
Expand Down Expand Up @@ -453,7 +452,6 @@ env_list = [
"3.10",
"3.11",
"3.12",
"3.13",
"cov",
"docnb-force",
"linkcheck",
Expand Down Expand Up @@ -630,5 +628,4 @@ test = [
"3.10",
"3.11",
"3.12",
"3.13",
]

0 comments on commit 51e6363

Please sign in to comment.