Skip to content

Commit 05e2a7e

Browse files
committed
bump python version
1 parent a4779aa commit 05e2a7e

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.github/workflows/run-unittest.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
runs-on: ubuntu-latest
66
strategy:
77
matrix:
8-
python-version: [3.6, 3.7, 3.8, 3.9]
8+
python-version: [3.9, "3.10", 3.11, 3.12]
99
steps:
1010
- uses: actions/checkout@v2
1111
- name: Set up Python ${{ matrix.python-version }}

README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# pz
2-
[![Build Status](https://github.com/CZ-NIC/pz/actions/workflows/run-unittest.yml/badge.svg)](https://github.com/CZ-NIC/pz/actions)
3-
[![Downloads](https://pepy.tech/badge/pz)](https://pepy.tech/project/pz)
2+
[![Build Status](https://github.com/CZ-NIC/pz/actions/workflows/run-unittest.yml/badge.svg)](https://github.com/CZ-NIC/pz/actions) [![Downloads](https://static.pepy.tech/badge/pz)](https://pepy.tech/project/pz)
43

54
Ever wished to use Python in Bash? Would you choose the Python syntax over `sed`, `awk`, ...? Should you exactly know what command would you use in Python, but you end up querying `man` again and again, read further. The utility allows you to *pythonize* the shell: to pipe arbitrary contents through `pz`, loaded with your tiny Python script.
65

pz

100755100644
File mode changed.

0 commit comments

Comments
 (0)