From ed2e8913374fc62b9e48ec835e57bdb81faaeed9 Mon Sep 17 00:00:00 2001 From: Sherif Abdelmoatty Date: Thu, 8 Feb 2024 15:49:00 +0300 Subject: [PATCH] update python test to 3.11 --- .github/workflows/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index 3a4b927..7f1059b 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -18,7 +18,7 @@ jobs: - uses: actions/setup-python@v2 with: - python-version: 3.10.6 + python-version: 3.11 - uses: actions/checkout@v3 - name: Checkout submodules