Skip to content

Commit eaafaed

Browse files
committed
Drops 3.9 from CICD
1 parent 81d3c2a commit eaafaed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
fail-fast: false
1313
matrix:
1414
os: [ubuntu-latest, windows-latest]
15-
python-version: ["3.9", "3.10"]
15+
python-version: ["3.10", "3.12"]
1616
runs-on: ${{ matrix.os }}
1717
steps:
1818
- name: Check out repository

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ classifiers = [
2323
"Intended Audience :: Healthcare Industry",
2424
"License :: CC0 1.0 Universal (CC0 1.0) Public Domain Dedication",
2525
"Topic :: Software Development :: Libraries :: Python Modules",
26-
"Programming Language :: Python :: 3.9"
26+
"Programming Language :: Python :: 3.10"
2727
]
2828

2929
packages = [

0 commit comments

Comments
 (0)