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

Python: Use 3.9.3

This commit is contained in:
Athanasius 2021-04-03 10:11:49 +01:00
parent c1cf90bda3
commit f2b89691c6
3 changed files with 3 additions and 3 deletions

View File

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

View File

@ -67,7 +67,7 @@ repos:
language: system
default_language_version:
python: python3.8
python: python3.9
default_stages: [ commit, push ]

View File

@ -1 +1 @@
3.9.2
3.9.3