Skip to content

Commit

Permalink
chore(python): update supported python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
piotr-roslaniec committed Nov 5, 2023
1 parent 58902b7 commit 608cddc
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/workspace.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ jobs:
target:
- wasm32-unknown-unknown
python:
- "3.10"
- "3.12"
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
Expand Down
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ name = "pypi"
[dev-packages]

[requires]
python_version = "3.10"
python_version = "3.12"
2 changes: 1 addition & 1 deletion ferveo-python/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ name = "pypi"
[dev-packages]

[requires]
python_version = "3.10"
python_version = "3.12"
4 changes: 2 additions & 2 deletions ferveo-python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@
"Programming Language :: Rust",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Topic :: Security :: Cryptography",
],
)

0 comments on commit 608cddc

Please sign in to comment.