Skip to content

Commit 1b554fd

Browse files
authored
Merge pull request #2 from Barabazs/fix/CI
fix: update CI script python versions
2 parents 8fe518a + e0c1c1a commit 1b554fd

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/test.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Setup Python
2020
uses: actions/setup-python@v4
2121
with:
22-
python-version: 3.8
22+
python-version: 3.9
2323

2424
- name: Install Dependencies
2525
run: |
@@ -47,7 +47,7 @@ jobs:
4747
- name: Setup Python
4848
uses: actions/setup-python@v4
4949
with:
50-
python-version: 3.8
50+
python-version: 3.9
5151

5252
- name: Install Dependencies
5353
run: |
@@ -63,7 +63,7 @@ jobs:
6363
strategy:
6464
matrix:
6565
os: [ubuntu-latest, macos-latest] # eventually add `windows-latest`
66-
python-version: [3.8, 3.9, "3.10"]
66+
python-version: ["3.9", "3.10", "3.11", "3.12"]
6767

6868
steps:
6969
- uses: actions/checkout@v3

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ repos:
2727
additional_dependencies: [types-setuptools, pydantic]
2828

2929
default_language_version:
30-
python: python3.8
30+
python: python3.9

0 commit comments

Comments
 (0)