Skip to content

Commit 1c26cc2

Browse files
committed
bump python versions in CI
1 parent 3679a6d commit 1c26cc2

2 files changed

Lines changed: 7 additions & 4 deletions

File tree

.github/workflows/CI.yaml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: CI
1+
name: "CI"
22

33
on:
44
push:
@@ -38,8 +38,11 @@ jobs:
3838
matrix:
3939
# We don't really support windows so we don't need
4040
# to test it
41-
os: [macOS-latest, ubuntu-latest]
42-
python-version: ["3.10", "3.11", "3.12"]
41+
os: ["ubuntu-latest"]
42+
python-version: ["3.11", "3.12", "3.13"]
43+
include:
44+
- os: "macos-latest"
45+
python-version: "3.12"
4346

4447
steps:
4548
- uses: actions/checkout@v4

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ classifiers = [
1818
"License :: OSI Approved :: MIT License",
1919
"Programming Language :: Python :: 3",
2020
]
21-
requires-python = ">=3.8"
21+
requires-python = ">=3.11"
2222
# Declare any run-time dependencies that should be installed with the package.
2323
#dependencies = [
2424
# "importlib-resources;python_version<'3.10'",

0 commit comments

Comments
 (0)