Skip to content

Commit

Permalink
Test only on py311
Browse files Browse the repository at this point in the history
  • Loading branch information
HeySlava committed Dec 8, 2023
1 parent d960f3c commit 1761d48
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ jobs:
main:
uses: heyslava/workflows/.github/workflows/[email protected]
with:
env: '["py39", "py310", "py311"]'
env: '["py311"]'
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.10-slim-bullseye
FROM python:3.11-slim-bullseye

WORKDIR /app

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]
env_list = py310,py311,pre-commit
env_list = py311,pre-commit

[testenv]
deps =
Expand Down

0 comments on commit 1761d48

Please sign in to comment.