Skip to content

Commit

Permalink
Upgrade to Python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
virtuald committed Oct 15, 2023
1 parent 5f6dbd2 commit 9891f70
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ jobs:
- '3.9'
- '3.10'
- '3.11'
- '3.12'
architecture: [x86, x64]
exclude:
- os: macos-latest
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["setuptools>=45,<64", "wheel", "setuptools_scm>=6.2,<8"]
requires = ["setuptools>=45", "wheel", "setuptools_scm>=6.2,<8"]
build-backend = "setuptools.build_meta"

[tool.setuptools_scm]
Expand Down
3 changes: 1 addition & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ zip_safe = False
include_package_data = True
packages = find:
install_requires =
# pep 660 editable install implementation in setuptools 64+ break my workflow
setuptools >= 45, < 64
setuptools >= 45
setuptools_scm >= 6.2, < 8
sphinxify >= 0.7.3
pydantic >= 1.7.0, < 2
Expand Down

0 comments on commit 9891f70

Please sign in to comment.