Skip to content

Commit

Permalink
Fix using and testing on Python 3.12
Browse files Browse the repository at this point in the history
Fixes: #936

Signed-off-by: Nils Philippsen <[email protected]>
  • Loading branch information
nphilipp committed Sep 26, 2023
1 parent fa069e8 commit 45e2f9f
Show file tree
Hide file tree
Showing 5 changed files with 75 additions and 96 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ jobs:
strategy:
fail-fast: false
matrix:
tox-env: ["py38", "py39", "py310", "py311"]
tox-env: ["py38", "py39", "py310", "py311", "py312"]
runs-on: ubuntu-latest
container: fedorapython/fedora-python-tox:latest
steps:
- uses: actions/checkout@v4

- name: Install RPM dependencies
run: |
dnf install -y libpq-devel postgresql-server
dnf install -y libpq-devel postgresql-server libffi-devel
- name: Set up testrunner user
run: |
Expand Down
Loading

0 comments on commit 45e2f9f

Please sign in to comment.