Skip to content

Commit

Permalink
py3.13 (#1947)
Browse files Browse the repository at this point in the history
  • Loading branch information
Remi-Gau authored Oct 8, 2024
1 parent adddd09 commit 4b71e3a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/schemacode_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
fail-fast: false
matrix:
os: ["ubuntu-latest"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
include:
- os: macos-latest
python-version: 3
Expand Down
2 changes: 1 addition & 1 deletion tools/schemacode/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[tool.black]
line-length = 99
target-version = ['py37']
target-version = ['py39']
include = '\.pyi?$'
exclude = '''
(
Expand Down
5 changes: 3 additions & 2 deletions tools/schemacode/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,14 @@ classifiers =
Intended Audience :: Science/Research
Topic :: Scientific/Engineering :: Information Analysis
License :: OSI Approved :: MIT License
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Programming Language :: Python :: 3.13

[options]
python_requires = >=3.8
python_requires = >=3.9
install_requires =
click
pyyaml
Expand Down

0 comments on commit 4b71e3a

Please sign in to comment.