Skip to content

Commit 79b7616

Browse files
author
Jacob Truman
committed
XENG-8957 Remove support for python 3.8
1 parent 7cc1262 commit 79b7616

File tree

3 files changed

+2
-15
lines changed

3 files changed

+2
-15
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ jobs:
1717
fail-fast: false
1818
matrix:
1919
python-version:
20-
- 3.8
2120
- 3.9
2221
- '3.10'
2322
- '3.11'
@@ -78,7 +77,7 @@ jobs:
7877
- name: Set up Python
7978
uses: actions/setup-python@v2
8079
with:
81-
python-version: 3.8
80+
python-version: 3.9
8281
- name: Remove version file
8382
# This is just in case something else created it, destroy it to get a fresh version
8483
run: rm -f buildrunner/version.py

BASE_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.15
1+
3.16

bin/buildrunner-cleanup

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)