We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81d3c2a commit eaafaedCopy full SHA for eaafaed
.github/workflows/main.yaml
@@ -12,7 +12,7 @@ jobs:
12
fail-fast: false
13
matrix:
14
os: [ubuntu-latest, windows-latest]
15
- python-version: ["3.9", "3.10"]
+ python-version: ["3.10", "3.12"]
16
runs-on: ${{ matrix.os }}
17
steps:
18
- name: Check out repository
pyproject.toml
@@ -23,7 +23,7 @@ classifiers = [
23
"Intended Audience :: Healthcare Industry",
24
"License :: CC0 1.0 Universal (CC0 1.0) Public Domain Dedication",
25
"Topic :: Software Development :: Libraries :: Python Modules",
26
- "Programming Language :: Python :: 3.9"
+ "Programming Language :: Python :: 3.10"
27
]
28
29
packages = [
0 commit comments