Skip to content

Commit

Permalink
Merge pull request #25 from BCDA-APS/24-modern-python
Browse files Browse the repository at this point in the history
update for Python 3.10, 3.11, 3.12
  • Loading branch information
prjemian committed Jul 2, 2024
2 parents 244b80f + 0509094 commit 1f701e1
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 7 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,7 @@ jobs:

steps:
- uses: actions/checkout@v4

- name: ruff
uses: chartboost/ruff-action@v1
- uses: chartboost/ruff-action@v1

matrix:
name: Python ${{ matrix.python-version }}
Expand All @@ -35,7 +33,8 @@ jobs:
- "3.9"
- "3.10"
- "3.11"
# - "3.12" # TODO: dm package not ready
# https://anaconda.org/aps-anl-tag/aps-dm-api/files
# - "3.12" # dm does not support yet.
max-parallel: 5

steps:
Expand Down
13 changes: 13 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,21 @@ The project `milestones <https://github.com/BCDA-APS/apstools/milestones>`_
describe the future plans.

..
2.0.0
*****
next release expected by -tba-

Notice
------

Complete overhaul for APS-U era.

Maintenance
-----------

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

pyyaml

1.5.6
Expand Down
8 changes: 5 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,11 @@ classifiers = [
"License :: Public Domain",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.7",
# "Programming Language :: Python :: 3.8",
# "Programming Language :: Python :: 3.9",
"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.12", # dm does not support yet.
"Topic :: Scientific/Engineering",
"Topic :: Scientific/Engineering :: Astronomy",
"Topic :: Scientific/Engineering :: Bio-Informatics",
Expand Down

0 comments on commit 1f701e1

Please sign in to comment.