summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHubert Kario <hubert@kario.pl>2023-02-23 22:41:24 +0100
committerHubert Kario <hubert@kario.pl>2023-02-24 15:41:55 +0100
commitc2d9fe1d8cc1daaa2036751fc3a41b9ec7b7e140 (patch)
treefd8e45a77137341dcfdeabeb7bedf3eb106a3c53
parent7a0101901a3704a997fcfabdb34b34b887aa0bf2 (diff)
downloadecdsa-c2d9fe1d8cc1daaa2036751fc3a41b9ec7b7e140.tar.gz
use release version of python 3.11 for testing
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index f16d881..976359a 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -81,7 +81,7 @@ jobs:
tox-env: gmpy2py310
- name: py3.11
os: ubuntu-latest
- python-version: '3.11.0-beta.3'
+ python-version: '3.11'
tox-env: py311
- name: pypy
os: ubuntu-latest