Skip to content

Commit 069487d

Browse files
committed
Bump minimum required python version to v3.8
1 parent ec5d035 commit 069487d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
strategy:
1010
matrix:
11-
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12']
11+
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
1212

1313
steps:
1414
- uses: actions/checkout@v4

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,6 @@ Before you submit a pull request, check that it meets these guidelines:
9898
2. If the pull request adds functionality, the docs should be updated. Put
9999
your new functionality into a function with a docstring, and add the
100100
feature to the list in README.md.
101-
3. The pull request should work for Python 3.7+. Check
101+
3. The pull request should work for Python 3.8+. Check
102102
<https://github.com/OpenXbox/xbox-webapi-python/actions?query=workflow%3Abuild>
103103
and make sure that the tests pass for all supported Python versions.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Authentication is supported via OAuth2.
1919

2020
## Dependencies
2121

22-
- Python >= 3.7
22+
- Python >= 3.8
2323

2424
## How to use
2525

0 commit comments

Comments
 (0)