Skip to content

Commit

Permalink
[ci] Add python 3.13 to pytest workflow. (#242)
Browse files Browse the repository at this point in the history
* [ci] Add python 3.13 to pytest workflow.

* [ci] Remove py and pyarrow from pytest workflow
  • Loading branch information
fjosw authored Oct 14, 2024
1 parent 4b1bb08 commit b43a2cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
python-version: ["3.9", "3.10", "3.11", "3.12"]
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
include:
- os: macos-latest
python-version: "3.10"
Expand All @@ -40,8 +40,6 @@ jobs:
pip install pytest-cov
pip install pytest-benchmark
pip install hypothesis
pip install py
pip install pyarrow
pip freeze
- name: Run tests
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
'Programming Language :: Python :: 3.13',
'Topic :: Scientific/Engineering :: Physics'
],
)

0 comments on commit b43a2cb

Please sign in to comment.