1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-21 11:27:38 +03:00

Bump to Python 3.9.4

I can PyCharm debug with this, unlike 3.9.3 :)
This commit is contained in:
Athanasius 2021-04-04 21:45:05 +01:00
parent 27961c1513
commit 30db492212
2 changed files with 2 additions and 2 deletions

@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: "3.9.3"
python-version: "3.9.4"
architecture: "x86"
- name: Install python tools

@ -1 +1 @@
3.9.3
3.9.4