Skip to content

Commit

Permalink
doc; build sub; test cases for python +3.11 -3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
plandes committed Dec 5, 2023
1 parent a903eaa commit 04acb2a
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 8 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.9', '3.10']
python-version: ['3.10', '3.11']
steps:
- name: Checkout reposistory
uses: actions/checkout@v3
Expand All @@ -34,3 +34,5 @@ jobs:

- name: Run tests
run: 'make test'
env:
NO_TEST_MULTI_PROC_PIDS: 1
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
## [Unreleased]


## [0.9.0] - 2023-12-05
### Changed
- Upgrade to [zensols.util] version 1.14.

### Added
- Support for Python 3.11.

### Removed
- Support for Python 3.9.


## [0.8.2] - 2023-10-25
### Changed
- [Fixed SQLite access](https://github.com/plandes/zotsite/pull/29) to cite
Expand Down Expand Up @@ -190,7 +201,8 @@ Downstream moderate risk update release.
- Initial version


[Unreleased]: https://github.com/plandes/zotsite/compare/v0.8.2...HEAD
[Unreleased]: https://github.com/plandes/zotsite/compare/v0.9.0...HEAD
[0.9.0]: https://github.com/plandes/zotsite/compare/v0.8.2...v0.9.0
[0.8.2]: https://github.com/plandes/zotsite/compare/v0.8.1...v0.8.2
[0.8.1]: https://github.com/plandes/zotsite/compare/v0.8.0...v0.8.1
[0.8.0]: https://github.com/plandes/zotsite/compare/v0.7.0...v0.8.0
Expand Down
14 changes: 10 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Zotsite: A Zotero Export Utility

[![PyPI][pypi-badge]][pypi-link]
[![Python 3.9][python39-badge]][python39-link]
[![Python 3.10][python310-badge]][python310-link]
[![Python 3.11][python311-badge]][python311-link]
[![Build Status][build-badge]][build-link]

This project exports your local [Zotero] library to a usable HTML website.
Expand Down Expand Up @@ -169,6 +169,12 @@ This is listed as a [plugin] on the Zotero site.
An extensive changelog is available [here](CHANGELOG.md).


## Community

Please star this repository and let me know how and where you use this API.
Contributions as pull requests, feedback and any input is welcome.


## License

[MIT License](LICENSE.md)
Expand All @@ -180,10 +186,10 @@ Copyright (c) 2019 - 2023 Paul Landes
[pypi]: https://pypi.org/project/zensols.zotsite/
[pypi-link]: https://pypi.python.org/pypi/zensols.zotsite
[pypi-badge]: https://img.shields.io/pypi/v/zensols.zotsite.svg
[python39-badge]: https://img.shields.io/badge/python-3.9-blue.svg
[python39-link]: https://www.python.org/downloads/release/python-390
[python310-badge]: https://img.shields.io/badge/python-3.10-blue.svg
[python310-link]: https://www.python.org/downloads/release/python-310
[python310-link]: https://www.python.org/downloads/release/python-3100
[python311-badge]: https://img.shields.io/badge/python-3.11-blue.svg
[python311-link]: https://www.python.org/downloads/release/python-3110
[build-badge]: https://github.com/plandes/zotsite/workflows/CI/badge.svg
[build-link]: https://github.com/plandes/zotsite/actions
[gitter-link]: https://gitter.im/zoterosite/zotsite
Expand Down
2 changes: 1 addition & 1 deletion src/python/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
zensols.util~=1.13.0
zensols.util~=1.14.0

0 comments on commit 04acb2a

Please sign in to comment.