Skip to content

Commit 3f6f5e1

Browse files
committed
py3.10. retire 3.6. pypyr/pypyr#237
1 parent ca7d5da commit 3f6f5e1

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/lint-test-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
# You can use PyPy versions in python-version.
1818
# For example, pypy2 and pypy3
1919
matrix:
20-
python-version: [3.6, 3.7, 3.8, 3.9]
20+
python-version: [3.7, 3.8, 3.9, '3.10']
2121

2222
steps:
2323
- uses: actions/checkout@v2

setup.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,10 @@
6969

7070
# Specify the Python versions you support here. In particular, ensure
7171
# that you indicate whether you support Python 2, Python 3 or both.
72-
'Programming Language :: Python :: 3.6',
73-
'Programming Language :: Python :: 3.7'
72+
'Programming Language :: Python :: 3.7',
73+
'Programming Language :: Python :: 3.8',
74+
'Programming Language :: Python :: 3.9',
75+
'Programming Language :: Python :: 3.10'
7476
],
7577

7678
# What does your project relate to?

0 commit comments

Comments
 (0)