Skip to content

Commit

Permalink
remove support for python 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
eruvanos committed Nov 18, 2024
1 parent d88b920 commit 87f6c8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/selfhosted_runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
python-version: ['3.9.13', '3.10', '3.11', '3.12', '3.13']
python-version: ['3.10', '3.11', '3.12', '3.13']
architecture: ['x64']

steps:
Expand Down

0 comments on commit 87f6c8b

Please sign in to comment.