Skip to content

Commit

Permalink
Delete obsolete plan and test and remove pythoon 3.9 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
keithralphs committed Jun 12, 2024
1 parent 80356d9 commit ff2459b
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 118 deletions.
2 changes: 1 addition & 1 deletion .github/actions/install_requirements/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ inputs:
required: true
python_version:
description: Python version to install
default: "3.9"
default: "3.11"

runs:
using: composite
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
fail-fast: false
matrix:
os: ["ubuntu-latest"] # can add windows-latest, macos-latest
python: ["3.9", "3.10", "3.11"]
python: ["3.10", "3.11"]
install: [".[dev]", "-e .[dev]"]

runs-on: ${{ matrix.os }}
Expand Down
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ name = "dls-bluesky-core"
classifiers = [
"Development Status :: 3 - Alpha",
"License :: OSI Approved :: Apache Software License",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
]
Expand All @@ -21,7 +20,7 @@ dependencies = [
dynamic = ["version"]
license.file = "LICENSE"
readme = "README.rst"
requires-python = ">=3.9"
requires-python = ">=3.10"

[project.optional-dependencies]
dev = [
Expand Down
60 changes: 0 additions & 60 deletions src/dls_bluesky_core/stubs/flyables.py

This file was deleted.

54 changes: 0 additions & 54 deletions tests/stubs/test_flyables.py

This file was deleted.

0 comments on commit ff2459b

Please sign in to comment.