Skip to content

Commit

Permalink
progress
Browse files Browse the repository at this point in the history
  • Loading branch information
giampaolo committed Dec 19, 2024
1 parent a56843f commit c39de1a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,6 @@ jobs:
with:
python-version: 3.9

- name: Create wheels + run tests
uses: pypa/[email protected]

# # Run linters
# linters:
# runs-on: ubuntu-latest
Expand Down
6 changes: 5 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,12 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

"""Cross-platform lib for process and system monitoring in Python."""
"""Cross-platform lib for process and system monitoring in Python.
NOTE: this script syntax must be kept compatible with Python 2.7.
"""

from __future__ import print_function # noqa: UP010

import ast
import contextlib
Expand Down

0 comments on commit c39de1a

Please sign in to comment.