| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 2ba5de0 commit 87f305c
6 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -13,7 +13,7 @@ jobs: | |||
| 13 | 13 | continue-on-error: ${{ matrix.python-version == 'pypy3' }} | |
| 14 | 14 | strategy: | |
| 15 | 15 | matrix: | |
| 16 | - python-version: [3.6, 3.7, 3.8, 3.9, "3.10", pypy3] | ||
| 16 | + python-version: [3.7, 3.8, 3.9, "3.10", pypy3] | ||
| 17 | 17 | steps: | |
| 18 | 18 | - uses: actions/checkout@v2 | |
| 19 | 19 | with: | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -17,7 +17,7 @@ the time of day. | |||
| 17 | 17 | Getting your development environment set up | |
| 18 | 18 | ------------------------------------------- | |
| 19 | 19 | ||
| 20 | - bpython supports Python 3.6 and newer. The code is compatible with all | ||
| 20 | + bpython supports Python 3.7 and newer. The code is compatible with all | ||
| 21 | 21 | supported versions. | |
| 22 | 22 | ||
| 23 | 23 | Using a virtual environment is probably a good idea. Create a virtual | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -45,7 +45,7 @@ A checklist to perform some manual tests before a release: | |||
| 45 | 45 | ||
| 46 | 46 | Check that all of the following work before a release: | |
| 47 | 47 | ||
| 48 | - * Runs under Python 3.6 - 3.9 | ||
| 48 | + * Runs under Python 3.7 - 3.9 | ||
| 49 | 49 | * Save | |
| 50 | 50 | * Rewind | |
| 51 | 51 | * Pastebin | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -6,7 +6,7 @@ requires = [ | |||
| 6 | 6 | ||
| 7 | 7 | [tool.black] | |
| 8 | 8 | line-length = 80 | |
| 9 | - target_version = ["py36"] | ||
| 9 | + target_version = ["py37"] | ||
| 10 | 10 | include = '\.pyi?$' | |
| 11 | 11 | exclude = ''' | |
| 12 | 12 | /( | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -2,7 +2,6 @@ Pygments | |||
| 2 | 2 | backports.cached-property; python_version < "3.8" | |
| 3 | 3 | curtsies >=0.3.5 | |
| 4 | 4 | cwcwidth | |
| 5 | - dataclasses; python_version < "3.7" | ||
| 6 | 5 | greenlet | |
| 7 | 6 | pyxdg | |
| 8 | 7 | requests | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -11,7 +11,7 @@ classifiers = | |||
| 11 | 11 | Programming Language :: Python :: 3 | |
| 12 | 12 | ||
| 13 | 13 | [options] | |
| 14 | - python_requires = >=3.6 | ||
| 14 | + python_requires = >=3.7 | ||
| 15 | 15 | packages = | |
| 16 | 16 | bpython | |
| 17 | 17 | bpython.curtsiesfrontend | |
@@ -22,7 +22,6 @@ packages = | |||
| 22 | 22 | install_requires = | |
| 23 | 23 | backports.cached-property; python_version < "3.8" | |
| 24 | 24 | curtsies >=0.3.5 | |
| 25 | - dataclasses; python_version < "3.7" | ||
| 26 | 25 | cwcwidth | |
| 27 | 26 | greenlet | |
| 28 | 27 | pygments | |
| Back | FazBrowse Home | New Git URL |
0 commit comments