Skip to content

Commit

Permalink
add more python versions to actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Fafa87 committed Aug 19, 2023
1 parent 6486c9c commit c4df2ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: ["3.8", "3.9", "3.10"] # 2.7 - it use requires workaround
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] # 2.7 - it use requires workaround

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ CellStar
:target: https://pypi.org/project/CellStar/
.. image:: https://img.shields.io/pypi/pyversions/cellstar
:target: https://pypi.org/project/CellStar/
.. image:: https://img.shields.io/badge/platform-windows%20%7C%20osx%20%7C%20ubuntu-lightgrey
.. image:: https://img.shields.io/badge/platform-windows%20%7C%20osx%20%7C%20ubuntu-lightgrey
:target: https://pypi.org/project/CellStar/


Expand Down

0 comments on commit c4df2ee

Please sign in to comment.