Skip to content

Commit

Permalink
Update Client Template to v4.0.0 (#236)
Browse files Browse the repository at this point in the history
  • Loading branch information
da1910 authored Sep 26, 2024
1 parent c5c13e2 commit e5eb3a0
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test_library.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [ '3.9', '3.10', '3.11', '3.12' ]
python-version: [ '3.10', '3.11', '3.12' ]
fail-fast: false
steps:

Expand Down
4 changes: 2 additions & 2 deletions ansys-grantami-serverapi-openapi/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 3 additions & 4 deletions ansys-grantami-serverapi-openapi/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api"
[tool.poetry]
name = "ansys-grantami-serverapi-openapi"
description = "Autogenerated client library for the Granta MI Server API."
version = "4.0.0.dev285"
version = "4.0.0.dev289"
license = "MIT"
authors = ["ANSYS, Inc. <[email protected]>"]
maintainers = ["ANSYS, Inc. <[email protected]>"]
Expand All @@ -19,7 +19,6 @@ classifiers = [
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
Expand All @@ -31,7 +30,7 @@ packages = [
]

[tool.poetry.dependencies]
python = "^3.9.0"
python = "^3.10.0"
ansys-openapi-common = "^2.0.0"
requests = "^2.26.0"
python-dateutil = "^2.8.2"
Expand All @@ -44,7 +43,7 @@ mypy = "^1.8.0"
[tool.tox]
legacy_tox_ini = """
[tox]
envlist = py39,py310,py311,py312
envlist = py310,py311,py312
isolated_build = True
[testenv]
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<maven-plugin-version>1.0.0</maven-plugin-version>
<base-package-version>0.1.0</base-package-version>
<yaml-filename>server-api.json</yaml-filename>
<swagger-template-version>3.0.4-SNAPSHOT</swagger-template-version>
<swagger-template-version>4.0.0-SNAPSHOT</swagger-template-version>
<package-name>ansys-grantami-serverapi-openapi</package-name>
<package-import-path>ansys.grantami.serverapi_openapi</package-import-path>
<package-description>Autogenerated client library for the Granta MI Server API.</package-description>
Expand Down

0 comments on commit e5eb3a0

Please sign in to comment.