Skip to content

Commit

Permalink
chore: update Python and poetry (#270)
Browse files Browse the repository at this point in the history
Co-authored-by: Maximilian Roos <5635139+max-sixty@users.noreply.github.com>
  • Loading branch information
eitsupi and max-sixty authored Apr 29, 2024
1 parent 5625924 commit afb61cc
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 40 deletions.
35 changes: 0 additions & 35 deletions .github/actions/setup-python/action.yml

This file was deleted.

12 changes: 7 additions & 5 deletions .github/workflows/pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,18 @@ concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

env:
POETRY_VERSION: 1.4.2

jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: ["3.8", "3.11"]
os:
- ubuntu-latest
- windows-latest
- macos-latest
python-version:
- "3.8"
- "3.12"
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ classifiers = [
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Typing :: Typed",
]
description = "Python extensions for PRQL"
Expand Down

0 comments on commit afb61cc

Please sign in to comment.