Skip to content

Commit

Permalink
MNT #24 accept 3.9-3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
prjemian committed Jul 2, 2024
1 parent 92e8be3 commit 0509094
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jobs:
python-version:
- "3.9"
- "3.10"
- "3.11"
# https://anaconda.org/aps-anl-tag/aps-dm-api/files
- "3.11" # dm does not support yet.
# - "3.12" # dm does not support yet.
max-parallel: 5

Expand Down
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ describe the future plans.
Maintenance
-----------

Update to install and run with Python versions 3.10, 3.11, 3.12.
Update to install and run with Python versions 3.9, 3.10, 3.11.

pyyaml

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ classifiers = [
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
# https://anaconda.org/aps-anl-tag/aps-dm-api/files
"Programming Language :: Python :: 3.11", # dm does not support yet.
# "Programming Language :: Python :: 3.12", # dm does not support yet.
"Topic :: Scientific/Engineering",
"Topic :: Scientific/Engineering :: Astronomy",
Expand Down

0 comments on commit 0509094

Please sign in to comment.