Skip to content

Commit

Permalink
Add 3.13 (#74)
Browse files Browse the repository at this point in the history
* Add 3.13

* Add changelog entry

* Use 3.13 in dev
  • Loading branch information
hynek authored Oct 26, 2024
1 parent 8ee0094 commit 7ee35bc
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .python-version-default
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.12
3.13
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ You can find out backwards-compatibility policy [here](https://github.com/pyca/s

## [Unreleased](https://github.com/pyca/service-identity/compare/24.1.0...HEAD)

### Added

- Python 3.13 is now officially supported.
[#74](https://github.com/pyca/service-identity/pull/74)


### Changed

- pyOpenSSL's identity extraction has been reimplemented using *cryptography*'s primitives instead of deprecated pyOpenSSL APIs.
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ classifiers = [
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
"Topic :: Security :: Cryptography",
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ env_list =
lint,
mypy-{api,pkg},
docs,
py3{8,9,10,11,12}{,-pyopenssl}{,-oldest}{,-idna},
py3{8,9,10,11,12,13}{,-pyopenssl}{,-oldest}{,-idna},
coverage-report


Expand Down

0 comments on commit 7ee35bc

Please sign in to comment.