1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-06-07 10:53:26 +03:00

Bump pyton version to 3.9.8

This commit is contained in:
Athanasius 2021-11-07 12:25:23 +00:00
parent b589ac39a5
commit 9eb90efed6
No known key found for this signature in database
GPG Key ID: AE3E527847057C7D
3 changed files with 9 additions and 3 deletions

View File

@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v2.4.0 - uses: actions/checkout@v2.4.0
- uses: actions/setup-python@v2.2.2 - uses: actions/setup-python@v2.2.2
with: with:
python-version: "3.9.7" python-version: "3.9.8"
architecture: "x86" architecture: "x86"
- name: Install python tools - name: Install python tools

View File

@ -1 +1 @@
3.9.7 3.9.8

View File

@ -9,7 +9,7 @@ produce the Windows executables and installer.
--- ---
* We now test against, and package with, Python 3.9.7. * We now test against, and package with, Python 3.9.8.
**As a consequence of this we no longer support Windows 7. **As a consequence of this we no longer support Windows 7.
This is due to This is due to
@ -27,6 +27,12 @@ produce the Windows executables and installer.
--- ---
Developers
---
* Now built using Python 3.9.8.
Release 5.2.1 Release 5.2.1
=== ===