Skip to content

Commit

Permalink
Update broken link and remove py 3.8 (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
dipinknair committed Jan 17, 2024
1 parent 0b14d58 commit e8bca8d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
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

0 comments on commit e8bca8d

Please sign in to comment.