Skip to content

Commit 74defd5

Browse files
committed
Drop support for Python 3.6
1 parent 48e8616 commit 74defd5

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
strategy:
2222
matrix:
2323
ruby: [ 'jruby-9.3', 'jruby-9.4', '2.6', '3.3' ]
24-
python: [ '3.6', '3.12' ]
24+
python: [ '3.7', '3.12' ]
2525
platform: [ ubuntu-22.04, macos-12, windows-2019 ]
2626
runs-on: ${{ matrix.platform }}
2727
steps:

CHANGELOG.adoc

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ For a detailed view of what has changed, refer to the {uri-repo}/commits/master[
88
== Unreleased
99

1010
* Drop support for Ruby 2.5
11+
* Drop support for Python 3.6
1112

1213
== 2.4.1 (2023-11-13) - @slonopotamus
1314

README.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ If a Python process dies, a new one will be spawned on the next pygments.rb requ
2222

2323
== System Requirements
2424

25-
- Python >= 3.6
25+
- Python >= 3.7
2626
- Ruby >= 2.6
2727

2828
== Installation

0 commit comments

Comments
 (0)