Skip to content

Commit b28ee48

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

File tree

4 files changed

+4
-16
lines changed

4 files changed

+4
-16
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.

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,5 @@ buildrunner-cleanup = "buildrunner.cli:clean_cache"
3535
exclude = ["*.tests", "*.tests.*", "tests.*", "tests"]
3636

3737
[tool.pytest.ini_options]
38-
retries = 2
38+
retries = 3
39+
retry_delay = 0.5

0 commit comments

Comments
 (0)