Skip to content

Commit

Permalink
Add Python 3.11 Support (#875)
Browse files Browse the repository at this point in the history
* ci: Add tests for Python 3.11.

* doc: Update changelog

* Use Python 3.10 for package releases, disable 3.11 testing with newest dependencies until h5py is available as a wheel.

Co-authored-by: Bradley Dice <bdice@bradleydice.com>
  • Loading branch information
b-butler and bdice committed Jan 21, 2023
1 parent cfe6b6f commit 00d1d6c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
config: [ {python: '3.8', dependencies: 'newest'},
{python: '3.9', dependencies: 'newest'},
{python: '3.10', dependencies: 'newest'},
{python: '3.10', dependencies: 'minimal'},
{python: '3.11', dependencies: 'minimal'},
{python: '3.8', dependencies: 'oldest'} ]
steps:
- uses: actions/checkout@v3
Expand Down
1 change: 1 addition & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Version 2
Added
+++++

- Official support for Python 3.11 (#875).
- ``H5Store`` related errors are now included in the public API (#775).
- Users can now access the project which a job belongs to from the job object.

Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ classifiers = [
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
]
Expand Down

0 comments on commit 00d1d6c

Please sign in to comment.