Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update broken link and remove py 3.8 #45

Merged
merged 1 commit into from
Jan 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@ body:
description: Run `python --version` to verify your Python version
multiple: false
options:
- '3.8'
- '3.9'
- '3.10'
- '3.11'
- '3.12'
validations:
required: true

Expand Down
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
repos:

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.5.0
hooks:
- id: trailing-whitespace
- id: check-yaml

- repo: https://github.com/codespell-project/codespell
rev: v2.2.2
rev: v2.2.6
hooks:
- id: codespell
2 changes: 1 addition & 1 deletion profile/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ If you're an Ansys employee, you can join by visiting [Join Ansys GitHub Organiz
* Want to connect with other users of Ansys Open Source Software? Visit the [Ansys Developer Forum](https://discuss.ansys.com/).
* Contributing
* Need help developing? See our [PyAnsys developer's guide](https://dev.docs.pyansys.com/).
* Learn more about how you can contribute at [Open Source @ Ansys](https://developer.ansys.com/SCA).
* Learn more about how you can contribute at [Open Source @ Ansys](https://developer.ansys.com/docs/sca).
* [Explore open source jobs at Ansys](https://careers.ansys.com/search/?searchby=location&createNewAlert=false&q="open+source")

We also contribute to:
Expand Down
Loading