Skip to content

Commit 9693c9e

Browse files
authored
Merge pull request #108 from legend-exp/ggmarshall-patch-1
2 parents 9c1eb9e + 0e55411 commit 9693c9e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ jobs:
1919
strategy:
2020
fail-fast: false
2121
matrix:
22-
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
23-
os: [ubuntu-latest, macos-13]
22+
python-version: ["3.10", "3.11", "3.12", "3.13"]
23+
os: [ubuntu-latest, macos-14]
2424

2525
steps:
2626
- uses: actions/checkout@v6

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ classifiers = [
3030
"Programming Language :: Python :: 3 :: Only",
3131
"Topic :: Scientific/Engineering",
3232
]
33-
requires-python = ">=3.9"
33+
requires-python = ">=3.10"
3434
dependencies = [
3535
"packaging",
3636
"dbetto>=1.2.2",

0 commit comments

Comments
 (0)