Skip to content

Commit

Permalink
Run tests on Python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
matthias-bach-by committed Nov 20, 2023
1 parent 479f0b9 commit a311e16
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.8', '3.9', '3.10', '3.11']
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
Unreleased
----------

- Add official support for Python 3.12

0.7.0
-----

Expand Down
2 changes: 1 addition & 1 deletion extra-test-requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
devpi-server>=5.2.0
devpi-server>=5.2.0
12 changes: 5 additions & 7 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# pip-compile --no-emit-index-url
# pip-compile --no-emit-index-url --strip-extras
#
aiohttp==3.8.6
aiohttp==3.9.0
# via devpi-server
aiosignal==1.3.1
# via aiohttp
Expand Down Expand Up @@ -33,12 +33,10 @@ certifi==2023.7.22
cffi==1.16.0
# via argon2-cffi-bindings
charset-normalizer==3.3.0
# via
# aiohttp
# requests
# via requests
check-manifest==0.49
# via devpi-client
coverage[toml]==7.3.2
coverage==7.3.2
# via
# coverage
# pytest-cov
Expand Down Expand Up @@ -99,7 +97,7 @@ packaging==21.3
# pytest
# setuptools-scm
# sphinx
passlib[argon2]==1.7.4
passlib==1.7.4
# via devpi-server
pastedeploy==3.0.1
# via plaster-pastedeploy
Expand Down

0 comments on commit a311e16

Please sign in to comment.