diff options
author | 2022-08-21 23:12:04 +0400 | |
---|---|---|
committer | 2022-09-30 18:48:04 +0400 | |
commit | 9c816143fe58595c7ff4e810e350c229bfb1e1c2 (patch) | |
tree | 621973971775a59a1d2cb7beac393f0192789561 /.github | |
parent | Fix Static Build (diff) |
Upgrade To 3.10
All dependencies and code are already ready for 3.10, all that's
necessary is to update the number.
Signed-off-by: Hassan Abouelela <[email protected]>
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/lint-test.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/lint-test.yaml b/.github/workflows/lint-test.yaml index 0e3f121c..168a8383 100644 --- a/.github/workflows/lint-test.yaml +++ b/.github/workflows/lint-test.yaml @@ -19,7 +19,7 @@ jobs: uses: HassanAbouelela/actions/setup-python@setup-python_v1.3.1 with: dev: true - python_version: '3.9' + python_version: '3.10' # Start the database early to give it a chance to get ready before # we start running tests. |