Skip to content

Commit

Permalink
Bump python version in tox.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
svenklemm committed Jul 1, 2024
1 parent e5b04ad commit 034f14d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
with:
egress-policy: audit

- name: Setup python 3.11
- name: Setup python 3.12
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
with:
python-version: '3.11'
python-version: '3.12'

- name: Checkout
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
Expand Down Expand Up @@ -53,10 +53,10 @@ jobs:
with:
egress-policy: audit

- name: Setup python 3.11
- name: Setup python 3.12
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
with:
python-version: '3.11'
python-version: '3.12'

- name: Checkout pgspot
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py311
envlist = py312
[testenv]
deps =
pytest
Expand Down

0 comments on commit 034f14d

Please sign in to comment.