Skip to content

Commit

Permalink
MNT #24 update Python version and workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
prjemian committed Jul 2, 2024
1 parent 244b80f commit acac7ea
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 9 deletions.
8 changes: 3 additions & 5 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 @@ -32,10 +30,10 @@ jobs:
strategy:
matrix:
python-version:
- "3.9"
# - "3.9"
- "3.10"
- "3.11"
# - "3.12" # TODO: dm package not ready
- "3.12"
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.10, 3.11, 3.12.

pyyaml

1.5.6
Expand Down
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ maintainers = [
]
dynamic = ["version"]
readme = "README.md"
requires-python = ">=3.9"
requires-python = ">=3.10"
keywords = ["APS", "BSS", "bluesky", "ophyd"]
# https://packaging.python.org/en/latest/specifications/declaring-project-metadata/?highlight=license
license = {file = "LICENSE.txt"}
Expand All @@ -29,9 +29,9 @@ 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.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Topic :: Scientific/Engineering",
"Topic :: Scientific/Engineering :: Astronomy",
"Topic :: Scientific/Engineering :: Bio-Informatics",
Expand Down

0 comments on commit acac7ea

Please sign in to comment.