Skip to content

Commit c5614bd

Browse files
chore(python): add support for python 3.12
1 parent 8776986 commit c5614bd

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.github/workflows/umbral-pre.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
rust:
107107
- stable
108108
python:
109-
- "3.10"
109+
- "3.12"
110110
steps:
111111
- uses: actions/checkout@v3
112112
- uses: actions/setup-python@v4

.github/workflows/wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- uses: actions/setup-python@v2
5050
name: Install Python
5151
with:
52-
python-version: '3.8'
52+
python-version: '3.12'
5353

5454
- name: Install cibuildwheel
5555
run: |
@@ -82,7 +82,7 @@ jobs:
8282
- uses: actions/setup-python@v2
8383
name: Install Python
8484
with:
85-
python-version: '3.8'
85+
python-version: '3.12'
8686

8787
- name: Install setuptools and setuptools-rust
8888
working-directory: ./umbral-pre-python

umbral-pre-python/setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@
3333
"Programming Language :: Python :: 3.8",
3434
"Programming Language :: Python :: 3.9",
3535
"Programming Language :: Python :: 3.10",
36+
"Programming Language :: Python :: 3.11",
37+
"Programming Language :: Python :: 3.12",
3638
"Topic :: Security :: Cryptography",
3739
],
3840
)

0 commit comments

Comments
 (0)