File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 15
15
name : " Run tests with Python ${{ matrix.python-version }} on ${{ matrix.os }}"
16
16
strategy :
17
17
matrix :
18
- python-version : [ '3.8', '3.12 ', '3.13' ]
18
+ python-version : [ '3.9 ', '3.13' ]
19
19
os : [ "ubuntu-22.04", "ubuntu-24.04" ]
20
20
fail-fast : false
21
21
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Get Started
4
4
Requirements
5
5
------------
6
6
7
- * Python 3.8 or later
7
+ * Python 3.9 or later
8
8
* SWI-Prolog 8.4.2 or later
9
9
* 64bit Intel or ARM processor
10
10
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ name = "pyswip"
7
7
version = " 0.3.2"
8
8
description = " PySwip enables querying SWI-Prolog in your Python programs."
9
9
readme = " README.md"
10
- requires-python = " >=3.8 "
10
+ requires-python = " >=3.9 "
11
11
authors = [
12
12
{
name =
" Yuce Tekol" ,
email =
" [email protected] " },
13
13
]
@@ -27,11 +27,11 @@ classifiers = [
27
27
" Programming Language :: Python" ,
28
28
" Topic :: Scientific/Engineering :: Artificial Intelligence" ,
29
29
" Topic :: Software Development :: Libraries :: Python Modules" ,
30
- " Programming Language :: Python :: 3.8" ,
31
30
" Programming Language :: Python :: 3.9" ,
32
31
" Programming Language :: Python :: 3.10" ,
33
32
" Programming Language :: Python :: 3.11" ,
34
33
" Programming Language :: Python :: 3.12" ,
34
+ " Programming Language :: Python :: 3.13" ,
35
35
" Programming Language :: Python :: Implementation :: CPython" ,
36
36
]
37
37
You can’t perform that action at this time.
0 commit comments