Skip to content

Commit

Permalink
adding python 312 support
Browse files Browse the repository at this point in the history
  • Loading branch information
fcollman committed Apr 26, 2024
1 parent beec9e5 commit 080f3de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
name: Test against different Python versions
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
os: [ubuntu-latest, windows-latest, macos-latest]

runs-on: ${{ matrix.os }}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ A full description of the Connectome Annotation Versioning Engine can be found [
pip install caveclient
```
## Python version support
Currently we are officially supporting and testing against python 3.8, 3.9, 3.10 and 3.11.
Currently we are officially supporting and testing against python 3.8, 3.9, 3.10, 3.11 and 3.12.

## Documentation

Expand Down

0 comments on commit 080f3de

Please sign in to comment.