Skip to content

Commit

Permalink
Merge pull request #12 from NeiH4207/v1.0.5
Browse files Browse the repository at this point in the history
update py12
  • Loading branch information
NeiH4207 authored Jul 4, 2024
2 parents ece42bd + e18963f commit af87dd9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pythontest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12']
fail-fast: false

steps:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ def get_requirements(path: str):

setup(
name='transipy',
version='1.0.4',
version='1.0.5',
description='Transipy is your one-stop solution for lightning-fast and accurate document translation.',
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit af87dd9

Please sign in to comment.