Skip to content

Commit 5e3433c

Browse files
author
Jacob Truman
committed
Add python 3.12 to build tests
1 parent 1de73b3 commit 5e3433c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
- 3.9
2121
- '3.10'
2222
- '3.11'
23+
- '3.12'
2324
steps:
2425
- uses: actions/checkout@v2
2526
- name: Set up Python ${{ matrix.python-version }}
@@ -61,7 +62,6 @@ jobs:
6162
run: |
6263
python -m pip install --upgrade pip
6364
pip install -r requirements.txt
64-
pip install -r test_requirements.txt
6565
- name: Write version file
6666
run: python scripts/write-version.py
6767
- name: Get and set version in env
@@ -86,8 +86,6 @@ jobs:
8686
- name: Remove version file
8787
# This is just in case something else created it, destroy it to get a fresh version
8888
run: rm -f buildrunner/version.py
89-
- name: Install dependencies
90-
run: pip install -r requirements.txt
9189
- name: Install wheel
9290
run: pip install wheel build
9391
- name: Write version file

0 commit comments

Comments
 (0)