Skip to content

Commit

Permalink
Python 313 (#140)
Browse files Browse the repository at this point in the history
* python version 3.13

* added python 3.13 clasifier thingy for pypi

* update init py
  • Loading branch information
jessekrubin authored Dec 10, 2024
1 parent 2d353f8 commit 46925d7
Show file tree
Hide file tree
Showing 8 changed files with 248 additions and 904 deletions.
1 change: 1 addition & 0 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
path: docs/book

- name: deploy-docs
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
## FUTURE
___

## v0.0.20 [2024-12-10]

- `regex`
- Templated out regex package but nothing added
- `ry`
- python 3.13 yay!
- `jiter`
- Updated jiter version thanks depbot!

___

## v0.0.19 [2024-12-05]

- `jiff`
Expand Down
58 changes: 29 additions & 29 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ members = [
]

[workspace.package]
version = "0.0.19"
version = "0.0.20"
authors = ["Jesse K. Rubin <[email protected]>"]
documentation = "https://github.com/jessekrubin/ry"
edition = "2021"
Expand Down
Loading

0 comments on commit 46925d7

Please sign in to comment.