Skip to content

Commit

Permalink
CI: Add Python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
un-def committed Oct 24, 2024
1 parent 9ecd76e commit c9c5444
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
matrix:
python-version:
- '2.7'
- '3.12'
- '3.13'
steps:
- uses: actions/checkout@v4
- uses: MatteoH2O1999/setup-python@v3
Expand Down
11 changes: 10 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,11 @@ jobs:
- os: macos-13
python-version: '3.11'
setup-python: true
- os: macos-14
- os: macos-13
python-version: '3.12'
setup-python: true
- os: macos-14
python-version: '3.13'
# Windows
- os: windows-2019
python-version: '3.7'
Expand All @@ -49,6 +52,9 @@ jobs:
- os: windows-2022
python-version: '3.12'
setup-python: true
- os: windows-2022
python-version: '3.13'
setup-python: true
# Ubuntu
- os: ubuntu-20.04
python-version: '3.6'
Expand All @@ -68,6 +74,9 @@ jobs:
setup-python: true
- os: ubuntu-24.04
python-version: '3.12'
- os: ubuntu-24.04
python-version: '3.13'
setup-python: true
steps:
- uses: actions/checkout@v4
- name: Setup Python
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
],
py_modules=["hererocks"],
entry_points={
Expand Down

0 comments on commit c9c5444

Please sign in to comment.