Skip to content

Commit

Permalink
chore: Maintenance tasks (#313)
Browse files Browse the repository at this point in the history
  • Loading branch information
hpohekar authored Nov 7, 2024
1 parent 40f7c5a commit 6780b64
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 10 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest]
python-version: ['3.10', '3.11', '3.12']
python-version: ['3.10', '3.11', '3.12', '3.13']
steps:
- uses: ansys/actions/build-wheelhouse@v8
with:
Expand All @@ -72,7 +72,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
python-version: ['3.10', '3.11', '3.12']
python-version: ['3.10', '3.11', '3.12', '3.13']
fail-fast: false
steps:
- uses: ansys/actions/tests-pytest@v8
Expand Down Expand Up @@ -108,6 +108,8 @@ jobs:
with:
cname: ${{ env.DOCUMENTATION_CNAME }}
token: ${{ secrets.GITHUB_TOKEN }}
bot-user: ${{ secrets.PYANSYS_CI_BOT_USERNAME }}
bot-email: ${{ secrets.PYANSYS_CI_BOT_EMAIL }}

release:
name: "Release project to private, public PyPI and GitHub"
Expand Down Expand Up @@ -144,4 +146,4 @@ jobs:
uses: ansys/actions/doc-deploy-stable@v8
with:
cname: ${{ env.DOCUMENTATION_CNAME }}
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@ repos:
hooks:
- id: add-license-headers
args:
- --start_year=2023
- --start_year=2024
6 changes: 3 additions & 3 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@

## Individual Contributors

* [Sean Pearson](https://github.com/seanpearsonuk)
* [Adam Boutin](https://github.com/ansaboutin)
* [Alexander Carvalho](https://github.com/acarvalh-work)
* [Mainak Kundu](https://github.com/mkundu1)
* [Prithwish Mukherjee](https://github.com/prmukherj)
* [Alexander Carvalho](https://github.com/acarvalh-work)
* [Adam Boutin]([https:](https://github.com/ansaboutin))
* [Sean Pearson](https://github.com/seanpearsonuk)
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2023 - 2024 ANSYS, Inc. and/or its affiliates.
Copyright (c) 2024 - 2025 ANSYS, Inc. and/or its affiliates.

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ To reach the project support team, email `pyansys.core@ansys.com <pyansys.core@a
Installation
------------

The ``ansys.units`` package supports Python 3.10 through Python 3.12 on Windows
The ``ansys.units`` package supports Python 3.10 through Python 3.13 on Windows
and Linux.


Expand Down
2 changes: 1 addition & 1 deletion doc/source/getting_started/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Installation
============

The ``ansys-units`` package supports Python 3.10 through Python 3.12 on Windows
The ``ansys-units`` package supports Python 3.10 through Python 3.13 on Windows
and Linux.

Install the package
Expand Down

0 comments on commit 6780b64

Please sign in to comment.