Skip to content

Commit

Permalink
update python version
Browse files Browse the repository at this point in the history
  • Loading branch information
jwfraustro committed Jun 26, 2024
1 parent 51a6713 commit 38a6dfb
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@

## NOTE: Experimental branch

This branch is an experimental branch for implementing the recommendations of the IVOA P3T group. It is not yet ready or recommended for general use.

# vo-models

`vo-models` is an open-source project to provide Python models for [IVOA](https://www.ivoa.net/) service protocols.
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
project = PYPROJECT["name"]
release = PYPROJECT["version"]
author = f"{PYPROJECT['authors'][0]['name']} <{PYPROJECT['authors'][0]['email']}>"
copyright = "2023, Joshua Fraustro"
copyright = "2024, Joshua Fraustro"

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ channels:
- defaults
- conda-forge
dependencies:
- python>=3.10,<3.11
- python>=3.11,<3.12
- pip
- wheel
- pip:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ authors = [
]
description = "Pydantic data models for IVOA protocols"
readme = "README.md"
requires-python = ">=3.10"
requires-python = ">=3.11"

dependencies = [
"pydantic-xml[lxml]>=2.6.0",
Expand Down

0 comments on commit 38a6dfb

Please sign in to comment.