Skip to content

Commit

Permalink
Prepare 1.0.rc1 (#98)
Browse files Browse the repository at this point in the history
* add 3.12 to classifiers

* Fix intersphinx mapping
  • Loading branch information
PeterKraus authored Oct 9, 2024
1 parent f0b44fa commit 2e5bada
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,5 +84,5 @@
# autodoc_pydantic_model_show_validator_summary = False
autodoc_pydantic_model_member_order = "bysource"
intersphinx_mapping = {
"dgbowl_schemas": ("https://dgbowl.github.io/dgbowl-schemas/master", None)
"dgbowl_schemas": ("https://dgbowl.github.io/dgbowl-schemas/main", None)
}
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ classifiers = [
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Operating System :: OS Independent",
]
requires-python = ">= 3.9"
Expand All @@ -28,12 +29,11 @@ dependencies = [
"toml >= 0.10",
"pyyaml >= 6.0",
"psutil >= 5.9",
"dgbowl_schemas @ git+https://github.com/dgbowl/dgbowl-schemas.git@Payload_1.0",
"dgbowl_schemas >= 119",
"pyzmq >= 25.1",
"h5netcdf >= 1.3",
"xarray >= 2024.2",
"pydantic >= 2.0",

]

[project.optional-dependencies]
Expand Down Expand Up @@ -70,5 +70,5 @@ dirty_template = "{tag}.dev{ccount}"
[tool.ruff]

[tool.pytest.ini_options]
log_cli = false
log_cli = true
log_cli_level = "DEBUG"

0 comments on commit 2e5bada

Please sign in to comment.