Skip to content

Commit

Permalink
build: dropped Python to 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikBjare committed Mar 2, 2023
1 parent 222859d commit 16e78e9
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v1
with:
python-version: 3.9
python-version: 3.8
- name: Install APT dependencies
run: |
sudo apt-get install -y git build-essential apt-utils wget libfreetype6 libpng-dev libopenblas-dev gcc gfortran libsnappy-dev
Expand Down
46 changes: 41 additions & 5 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "MPL-2.0"
packages = [{ include = "src/" }]

[tool.poetry.dependencies]
python = "^3.9"
python = "^3.8"

# Packages to document
aw-core = {git = "https://github.com/ActivityWatch/aw-core.git", rev = "master"}
Expand Down

0 comments on commit 16e78e9

Please sign in to comment.