Skip to content

Commit 95ddfdd

Browse files
authored
Test with Python 3.12 (#36)
* Fix Pypi badge * Test with Python 3.12
1 parent 452d4e3 commit 95ddfdd

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
needs: lint
2020
strategy:
2121
matrix:
22-
python-version: ["3.8", "3.9", "3.10", "3.11"]
22+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
2323

2424
steps:
2525
- uses: actions/checkout@v4

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ Python Autograph Utilities
44

55
|pypi| |ci| |coverage|
66

7-
.. |pypi| image:: https://img.shields.io/pypi/v/python-autograph-utils.svg
8-
:target: https://pypi.python.org/pypi/python-autograph-utils
7+
.. |pypi| image:: https://img.shields.io/pypi/v/autograph-utils.svg
8+
:target: https://pypi.python.org/pypi/autograph-utils
99
.. |ci| image:: https://img.shields.io/github/actions/workflow/status/mozilla-services/python-autograph-utils/test.yml?branch=main
1010
:target: https://github.com/mozilla-services/python-autograph-utils/actions
1111
.. |coverage| image:: https://coveralls.io/repos/github/mozilla-services/python-autograph-utils/badge.svg?branch=main

0 commit comments

Comments
 (0)