Skip to content

Commit

Permalink
Upgrade python to 3.9+ (#52)
Browse files Browse the repository at this point in the history
* Upgrade python to 3.9+

* change python version in the GA
  • Loading branch information
maxkrivich authored Sep 8, 2024
1 parent 2fc8a51 commit 807fb15
Show file tree
Hide file tree
Showing 4 changed files with 144 additions and 123 deletions.
5 changes: 5 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,8 @@ updates:
directory: "/"
schedule:
interval: "monthly"
open-pull-requests-limit: 5
groups:
python-packages:
patterns:
- "*"
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest] #, macos-latest]
python-version: ["3.8"] #, "3.9", "3.10", "3.11"]
python-version: ["3.11"] #, "3.9", "3.10", "3.11"]
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
Expand Down
Loading

0 comments on commit 807fb15

Please sign in to comment.