1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-13 15:57:14 +03:00

python: Bump to version 3.10.4

This commit is contained in:
Athanasius 2022-06-06 13:35:28 +01:00
parent f1fe56bfcf
commit c1ed1f57e6
No known key found for this signature in database
GPG Key ID: AE3E527847057C7D
3 changed files with 7 additions and 4 deletions

View File

@ -22,7 +22,7 @@ jobs:
- uses: actions/setup-python@v3
with:
python-version: "3.10.3"
python-version: "3.10.4"
architecture: "x86"
- name: Install python tools

View File

@ -1 +1 @@
3.10.3
3.10.4

View File

@ -9,7 +9,7 @@ produce the Windows executables and installer.
---
* We now test against, and package with, Python 3.10.3.
* We now test against, and package with, Python 3.10.4.
**As a consequence of this we no longer support Windows 7.
This is due to
@ -27,7 +27,10 @@ produce the Windows executables and installer.
---
* We now test against, and package with, Python 3.10.3.
Pre-Release 5.4.0-beta0
===
* We now test against, and package with, Python 3.10.4.
Release 5.3.4
===