Skip to content

Commit c1b942e

Browse files
Merge pull request #106 from alexanderjordanbaker/Python37
Drop support for Python 3.7 as it is EOL
2 parents 91ffc44 + e91f0b3 commit c1b942e

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/ci-prb.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ${{ matrix.os }}
1111
strategy:
1212
matrix:
13-
python: [ "3.7", "3.8", "3.9", "3.10", "3.11" ]
13+
python: [ "3.8", "3.9", "3.10", "3.11", "3.12" ]
1414
os: [ ubuntu-latest ]
1515
steps:
1616
- name: Checkout Code
@@ -19,8 +19,6 @@ jobs:
1919
uses: actions/setup-python@v4
2020
with:
2121
python-version: ${{ matrix.python }}
22-
- name: Print JDK Version
23-
run: java -version
2422
- name: Install dependencies
2523
run: |
2624
python -m pip install --upgrade pip

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The Python server library for the [App Store Server API](https://developer.apple
1111

1212
#### Requirements
1313

14-
- Python 3.7+
14+
- Python 3.8+
1515

1616
### pip
1717
```sh

0 commit comments

Comments
 (0)